Skip to content

Commit

Permalink
Update jsoniter-scala-core, ... to 2.33.1 (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 4, 2025
1 parent 23c1f85 commit 506b8a8
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 @@ -112,8 +112,8 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.13.0" % "test",
"dev.zio" %%% "zio-test" % zioVersion % "test",
"dev.zio" %%% "zio-test-sbt" % zioVersion % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.33.0" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.33.0" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.33.1" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.33.1" % "test",
"io.circe" %%% "circe-core" % circeVersion % "test",
"io.circe" %%% "circe-generic" % circeVersion % "test",
"io.circe" %%% "circe-parser" % circeVersion % "test",
Expand Down

0 comments on commit 506b8a8

Please sign in to comment.