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 @@ -647,7 +647,7 @@ lazy val cats_effects = (project in file("cats-effects"))
647
647
libraryDependencies += " junit" % " junit" % " 4.13.2" % Test
648
648
)
649
649
650
- val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.2 "
650
+ val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.3 "
651
651
val zioTestSbt = " dev.zio" %% " zio-test-sbt" % zioVersion % Test
652
652
653
653
lazy val zio = (project in file(" zio" ))
@@ -669,7 +669,7 @@ lazy val zio2 = (project in file("zio-2"))
669
669
name := " zio-2" ,
670
670
scalaVersion := scala3Version,
671
671
libraryDependencies += " dev.zio" %% " zio" % zioVersion,
672
- libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.2 " ,
672
+ libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.3 " ,
673
673
libraryDependencies += " dev.zio" %% " zio-test" % zioVersion % Test ,
674
674
libraryDependencies += " dev.zio" %% " zio-test-sbt" % zioVersion % Test ,
675
675
libraryDependencies ++= scalaTestDeps,
You can’t perform that action at this time.
0 commit comments