Skip to content

Commit 800f91c

Browse files
authored
Merge pull request #2053 from Baeldung/update/zio-json-0.7.45
Update zio-json from 0.7.44 to 0.7.45
2 parents 2b57732 + 06af56b commit 800f91c

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
@@ -701,7 +701,7 @@ lazy val cats_effects = (project in file("cats-effects"))
701701
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
702702
)
703703

704-
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.44"
704+
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.45"
705705
val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion % Test
706706

707707
lazy val zio = (project in file("zio"))
@@ -723,7 +723,7 @@ lazy val zio2 = (project in file("zio-2"))
723723
name := "zio-2",
724724
scalaVersion := scala3Version,
725725
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
726-
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.44",
726+
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.45",
727727
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % Test,
728728
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % Test,
729729
libraryDependencies += "dev.zio" %% "zio-logging" % "2.1.17",

0 commit comments

Comments
 (0)