File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ lazy val cats_effects = (project in file("cats-effects"))
699
699
libraryDependencies += " junit" % " junit" % " 4.13.2" % Test
700
700
)
701
701
702
- val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.39 "
702
+ val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.42 "
703
703
val zioTestSbt = " dev.zio" %% " zio-test-sbt" % zioVersion % Test
704
704
705
705
lazy val zio = (project in file(" zio" ))
@@ -721,7 +721,7 @@ lazy val zio2 = (project in file("zio-2"))
721
721
name := " zio-2" ,
722
722
scalaVersion := scala3Version,
723
723
libraryDependencies += " dev.zio" %% " zio" % zioVersion,
724
- libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.39 " ,
724
+ libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.42 " ,
725
725
libraryDependencies += " dev.zio" %% " zio-test" % zioVersion % Test ,
726
726
libraryDependencies += " dev.zio" %% " zio-test-sbt" % zioVersion % Test ,
727
727
libraryDependencies += " dev.zio" %% " zio-logging" % " 2.1.17" ,
You can’t perform that action at this time.
0 commit comments