From 7bb1e8eccd6f8346680878f3568241d6f3ed8666 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 21:42:23 +0000 Subject: [PATCH] Update dependency dev.zio:zio-json to v0.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d69a1ae7..3bab2fcc 100755 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck" val zioVersion = "2.0.4" val zioHttpVersion = "2.0.0-RC11" -val zioJson = "0.4.1" +val zioJson = "0.6.1" val zioPreludeVersion = "1.0.0-RC16" val sttpVersion = "3.8.3"