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"))
624624 libraryDependencies += " junit" % " junit" % " 4.13.2" % Test
625625 )
626626
627- val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.0 "
627+ val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.1 "
628628val zioTestSbt = " dev.zio" %% " zio-test-sbt" % zioVersion % Test
629629
630630lazy val zio = (project in file(" zio" ))
@@ -646,7 +646,7 @@ lazy val zio2 = (project in file("zio-2"))
646646 name := " zio-2" ,
647647 scalaVersion := scala3Version,
648648 libraryDependencies += " dev.zio" %% " zio" % zioVersion,
649- libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.0 " ,
649+ libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.1 " ,
650650 libraryDependencies += " dev.zio" %% " zio-test" % zioVersion % Test ,
651651 libraryDependencies += " dev.zio" %% " zio-test-sbt" % zioVersion % Test ,
652652 libraryDependencies ++= scalaTestDeps,
You can’t perform that action at this time.
0 commit comments