Skip to content

Commit 86c43bf

Browse files
authored
Merge pull request #1392 from Baeldung/update/zio-json-0.7.0
Update zio-json from 0.6.2 to 0.7.0
2 parents 9a06daa + c77dec6 commit 86c43bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ lazy val cats_effects = (project in file("cats-effects"))
626626
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
627627
)
628628

629-
val zioJsonDep = "dev.zio" %% "zio-json" % "0.6.2"
629+
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.0"
630630
val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion % Test
631631

632632
lazy val zio = (project in file("zio"))
@@ -648,7 +648,7 @@ lazy val zio2 = (project in file("zio-2"))
648648
name := "zio-2",
649649
scalaVersion := scala3Version,
650650
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
651-
libraryDependencies += "dev.zio" %% "zio-json" % "0.6.2",
651+
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.0",
652652
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % Test,
653653
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % Test,
654654
libraryDependencies ++= scalaTestDeps,

0 commit comments

Comments
 (0)