Skip to content

Commit 43af876

Browse files
committed
Update zio-json to 0.7.38 and zio-schema-json to 1.6.4
1 parent b27880e commit 43af876

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
@@ -243,8 +243,8 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
243243
"com.disneystreaming.smithy4s" %%% "smithy4s-json" % "0.18.29",
244244
"com.evolutiongaming" %%% "play-json-jsoniter" % "0.10.3" intransitive(),
245245
"org.playframework" %%% "play-json" % "3.0.4",
246-
"dev.zio" %%% "zio-json" % "0.7.37",
247-
"dev.zio" %%% "zio-schema-json" % "1.6.3",
246+
"dev.zio" %%% "zio-json" % "0.7.38",
247+
"dev.zio" %%% "zio-schema-json" % "1.6.4",
248248
"io.circe" %%% "circe-generic" % "0.14.10",
249249
"io.circe" %%% "circe-jawn" % "0.14.10",
250250
"com.lihaoyi" %%% "upickle" % "4.1.0",

0 commit comments

Comments
 (0)