Skip to content

Commit 26cc0d0

Browse files
authored
Merge pull request #1741 from Baeldung/update/zio-json-0.7.14
Update zio-json from 0.7.8 to 0.7.14
2 parents 906e8cf + 12e4037 commit 26cc0d0

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
@@ -696,7 +696,7 @@ lazy val cats_effects = (project in file("cats-effects"))
696696
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
697697
)
698698

699-
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.8"
699+
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.14"
700700
val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion % Test
701701

702702
lazy val zio = (project in file("zio"))
@@ -718,7 +718,7 @@ lazy val zio2 = (project in file("zio-2"))
718718
name := "zio-2",
719719
scalaVersion := scala3Version,
720720
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
721-
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.8",
721+
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.14",
722722
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % Test,
723723
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % Test,
724724
libraryDependencies += "dev.zio" %% "zio-logging" % "2.1.17",

0 commit comments

Comments
 (0)