Skip to content

Commit f18f554

Browse files
Update zio-json from 0.7.1 to 0.7.2
1 parent 7be23f8 commit f18f554

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
@@ -639,7 +639,7 @@ lazy val cats_effects = (project in file("cats-effects"))
639639
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
640640
)
641641

642-
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.1"
642+
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.2"
643643
val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion % Test
644644

645645
lazy val zio = (project in file("zio"))
@@ -661,7 +661,7 @@ lazy val zio2 = (project in file("zio-2"))
661661
name := "zio-2",
662662
scalaVersion := scala3Version,
663663
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
664-
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.1",
664+
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.2",
665665
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % Test,
666666
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % Test,
667667
libraryDependencies ++= scalaTestDeps,

0 commit comments

Comments
 (0)