Skip to content

Commit 6481a1c

Browse files
authored
Merge pull request #1530 from Baeldung/update/zio-json-0.7.3
Update zio-json from 0.7.2 to 0.7.3
2 parents 2550907 + 47936c7 commit 6481a1c

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
@@ -647,7 +647,7 @@ lazy val cats_effects = (project in file("cats-effects"))
647647
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
648648
)
649649

650-
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.2"
650+
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.3"
651651
val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion % Test
652652

653653
lazy val zio = (project in file("zio"))
@@ -669,7 +669,7 @@ lazy val zio2 = (project in file("zio-2"))
669669
name := "zio-2",
670670
scalaVersion := scala3Version,
671671
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
672-
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.2",
672+
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.3",
673673
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % Test,
674674
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % Test,
675675
libraryDependencies ++= scalaTestDeps,

0 commit comments

Comments
 (0)