Skip to content

Commit 9dc37b7

Browse files
Update zio-json from 0.7.3 to 0.7.4
1 parent eae0594 commit 9dc37b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ lazy val cats_effects = (project in file("cats-effects"))
682682
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
683683
)
684684

685-
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.3"
685+
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.4"
686686
val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion % Test
687687

688688
lazy val zio = (project in file("zio"))
@@ -704,7 +704,7 @@ lazy val zio2 = (project in file("zio-2"))
704704
name := "zio-2",
705705
scalaVersion := scala3Version,
706706
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
707-
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.3",
707+
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.4",
708708
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % Test,
709709
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % Test,
710710
libraryDependencies += "dev.zio" %% "zio-logging" % "2.1.17",

0 commit comments

Comments
 (0)