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 @@ -626,7 +626,7 @@ lazy val cats_effects = (project in file("cats-effects"))
626
626
libraryDependencies += " junit" % " junit" % " 4.13.2" % Test
627
627
)
628
628
629
- val zioJsonDep = " dev.zio" %% " zio-json" % " 0.6.2 "
629
+ val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.0 "
630
630
val zioTestSbt = " dev.zio" %% " zio-test-sbt" % zioVersion % Test
631
631
632
632
lazy val zio = (project in file(" zio" ))
@@ -648,7 +648,7 @@ lazy val zio2 = (project in file("zio-2"))
648
648
name := " zio-2" ,
649
649
scalaVersion := scala3Version,
650
650
libraryDependencies += " dev.zio" %% " zio" % zioVersion,
651
- libraryDependencies += " dev.zio" %% " zio-json" % " 0.6.2 " ,
651
+ libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.0 " ,
652
652
libraryDependencies += " dev.zio" %% " zio-test" % zioVersion % Test ,
653
653
libraryDependencies += " dev.zio" %% " zio-test-sbt" % zioVersion % Test ,
654
654
libraryDependencies ++= scalaTestDeps,
You can’t perform that action at this time.
0 commit comments