Skip to content

Commit 7413a5d

Browse files
authored
Merge pull request #1860 from Baeldung/update/zio-json-0.7.43
Update zio-json from 0.7.42 to 0.7.43
2 parents 25724b7 + 94559e1 commit 7413a5d

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

702-
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.42"
702+
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.43"
703703
val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion % Test
704704

705705
lazy val zio = (project in file("zio"))
@@ -721,7 +721,7 @@ lazy val zio2 = (project in file("zio-2"))
721721
name := "zio-2",
722722
scalaVersion := scala3Version,
723723
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
724-
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.42",
724+
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.43",
725725
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % Test,
726726
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % Test,
727727
libraryDependencies += "dev.zio" %% "zio-logging" % "2.1.17",

0 commit comments

Comments
 (0)