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"))
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 "
643643val zioTestSbt = " dev.zio" %% " zio-test-sbt" % zioVersion % Test
644644
645645lazy 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,
You can’t perform that action at this time.
0 commit comments