Skip to content

Commit fe4ef16

Browse files
Update zio-json to 0.7.42 (#2535)
1 parent 646ff84 commit fe4ef16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ lazy val zioJson = (projectMatrix in file("json/zio-json"))
771771
.settings(
772772
name := "zio-json",
773773
libraryDependencies ++= Seq(
774-
"dev.zio" %%% "zio-json" % "0.7.40",
774+
"dev.zio" %%% "zio-json" % "0.7.42",
775775
"com.softwaremill.sttp.shared" %%% "zio" % sttpSharedVersion
776776
),
777777
scalaTest

0 commit comments

Comments
 (0)