File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ lazy val cats_effects = (project in file("cats-effects"))
639
639
libraryDependencies += " junit" % " junit" % " 4.13.2" % Test
640
640
)
641
641
642
- val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.1 "
642
+ val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.2 "
643
643
val zioTestSbt = " dev.zio" %% " zio-test-sbt" % zioVersion % Test
644
644
645
645
lazy val zio = (project in file(" zio" ))
@@ -661,7 +661,7 @@ lazy val zio2 = (project in file("zio-2"))
661
661
name := " zio-2" ,
662
662
scalaVersion := scala3Version,
663
663
libraryDependencies += " dev.zio" %% " zio" % zioVersion,
664
- libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.1 " ,
664
+ libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.2 " ,
665
665
libraryDependencies += " dev.zio" %% " zio-test" % zioVersion % Test ,
666
666
libraryDependencies += " dev.zio" %% " zio-test-sbt" % zioVersion % Test ,
667
667
libraryDependencies ++= scalaTestDeps,
You can’t perform that action at this time.
0 commit comments