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