Skip to content

Commit 06af56b

Browse files
Update zio-json from 0.7.44 to 0.7.45
1 parent 3a3b328 commit 06af56b

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
@@ -700,7 +700,7 @@ lazy val cats_effects = (project in file("cats-effects"))
700700
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
701701
)
702702

703-
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.44"
703+
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.45"
704704
val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion % Test
705705

706706
lazy val zio = (project in file("zio"))
@@ -722,7 +722,7 @@ lazy val zio2 = (project in file("zio-2"))
722722
name := "zio-2",
723723
scalaVersion := scala3Version,
724724
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
725-
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.44",
725+
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.45",
726726
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % Test,
727727
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % Test,
728728
libraryDependencies += "dev.zio" %% "zio-logging" % "2.1.17",

0 commit comments

Comments
 (0)