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"))
647647 libraryDependencies += " junit" % " junit" % " 4.13.2" % Test
648648 )
649649
650- val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.2 "
650+ val zioJsonDep = " dev.zio" %% " zio-json" % " 0.7.3 "
651651val zioTestSbt = " dev.zio" %% " zio-test-sbt" % zioVersion % Test
652652
653653lazy val zio = (project in file(" zio" ))
@@ -669,7 +669,7 @@ lazy val zio2 = (project in file("zio-2"))
669669 name := " zio-2" ,
670670 scalaVersion := scala3Version,
671671 libraryDependencies += " dev.zio" %% " zio" % zioVersion,
672- libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.2 " ,
672+ libraryDependencies += " dev.zio" %% " zio-json" % " 0.7.3 " ,
673673 libraryDependencies += " dev.zio" %% " zio-test" % zioVersion % Test ,
674674 libraryDependencies += " dev.zio" %% " zio-test-sbt" % zioVersion % Test ,
675675 libraryDependencies ++= scalaTestDeps,
You can’t perform that action at this time.
0 commit comments