From c4a5af6a6355f17d54066439af0a2bf479c12c9c Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:45:36 +0200 Subject: [PATCH] Update zio-json to 0.7.0 (#433) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4da32de19..0612549cf 100644 --- a/build.sbt +++ b/build.sbt @@ -313,7 +313,7 @@ lazy val zioDynamodbJson = libraryDependencies ++= Seq( "dev.zio" %% "zio-test" % zioVersion % "test", "dev.zio" %% "zio-test-sbt" % zioVersion % "test", - "dev.zio" %% "zio-json" % "0.6.2" + "dev.zio" %% "zio-json" % "0.7.0" ), testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework")) )