Skip to content

Commit

Permalink
Circe: 0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fsvehla committed Oct 21, 2024
1 parent 56b7977 commit 9b4f821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ lazy val zioJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
Vector(
"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",
"io.circe" %%% "circe-generic-extras" % "0.14.8" % "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 9b4f821

Please sign in to comment.