Skip to content

Commit

Permalink
Update zio-json to 0.7.6 and zio-schema-json to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Jan 24, 2025
1 parent d42f5d1 commit c765f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
"com.disneystreaming.smithy4s" %%% "smithy4s-json" % "0.18.29",
"com.evolutiongaming" %%% "play-json-jsoniter" % "0.10.3" intransitive(),
"org.playframework" %%% "play-json" % "3.0.4",
"dev.zio" %%% "zio-json" % "0.7.5",
"dev.zio" %%% "zio-schema-json" % "1.6.0",
"dev.zio" %%% "zio-json" % "0.7.6",
"dev.zio" %%% "zio-schema-json" % "1.6.1",
"io.circe" %%% "circe-generic" % "0.14.10",
"io.circe" %%% "circe-jawn" % "0.14.10",
"com.lihaoyi" %%% "upickle" % "4.1.0",
Expand Down

0 comments on commit c765f0e

Please sign in to comment.