Skip to content

Commit 9ef21bd

Browse files
Update zio-json from 0.7.0 to 0.7.1
1 parent ec72e26 commit 9ef21bd

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
@@ -624,7 +624,7 @@ lazy val cats_effects = (project in file("cats-effects"))
624624
libraryDependencies += "junit" % "junit" % "4.13.2" % Test
625625
)
626626

627-
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.0"
627+
val zioJsonDep = "dev.zio" %% "zio-json" % "0.7.1"
628628
val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion % Test
629629

630630
lazy val zio = (project in file("zio"))
@@ -646,7 +646,7 @@ lazy val zio2 = (project in file("zio-2"))
646646
name := "zio-2",
647647
scalaVersion := scala3Version,
648648
libraryDependencies += "dev.zio" %% "zio" % zioVersion,
649-
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.0",
649+
libraryDependencies += "dev.zio" %% "zio-json" % "0.7.1",
650650
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % Test,
651651
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % Test,
652652
libraryDependencies ++= scalaTestDeps,

0 commit comments

Comments
 (0)