Skip to content

Commit

Permalink
Update jsoniter-scala-core, ... to 2.30.9 (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 1, 2024
1 parent 2174436 commit 30ef40c
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 @@ -125,8 +125,8 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
"com.softwaremill.magnolia1_2" %%% "magnolia" % "1.1.10",
"io.circe" %%% "circe-generic-extras" % "0.14.4" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.7" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.30.7" % "test"
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.9" % "test",
"com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-macros" % "2.30.9" % "test"
)
}
},
Expand Down

0 comments on commit 30ef40c

Please sign in to comment.