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 @@ -696,7 +696,7 @@ lazy val cats_effects = (project in file("cats-effects"))
696
696
libraryDependencies += " junit" % " junit" % " 4.13.2" % Test
697
697
)
698
698
699
- val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.8 "
699
+ val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.14 "
700
700
val zioTestSbt = " dev.zio" %% " zio-test-sbt" % zioVersion % Test
701
701
702
702
lazy val zio = (project in file(" zio" ))
@@ -718,7 +718,7 @@ lazy val zio2 = (project in file("zio-2"))
718
718
name := " zio-2" ,
719
719
scalaVersion := scala3Version,
720
720
libraryDependencies += " dev.zio" %% " zio" % zioVersion,
721
- libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.8 " ,
721
+ libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.14 " ,
722
722
libraryDependencies += " dev.zio" %% " zio-test" % zioVersion % Test ,
723
723
libraryDependencies += " dev.zio" %% " zio-test-sbt" % zioVersion % Test ,
724
724
libraryDependencies += " dev.zio" %% " zio-logging" % " 2.1.17" ,
You can’t perform that action at this time.
0 commit comments