Skip to content

Commit

Permalink
Update json4s-ext, json4s-jackson, ... to 4.1.0-M8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 7, 2024
1 parent 58b0531 commit 2a7f8d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
"com.lihaoyi" %%% "upickle" % "4.0.2",
"com.rallyhealth" %% "weepickle-v1" % "1.9.1",
"io.spray" %% "spray-json" % "1.3.6",
"org.json4s" %% "json4s-ext" % "4.1.0-M7",
"org.json4s" %% "json4s-jackson" % "4.1.0-M7",
"org.json4s" %% "json4s-native" % "4.1.0-M7",
"org.json4s" %% "json4s-ext" % "4.1.0-M8",
"org.json4s" %% "json4s-jackson" % "4.1.0-M8",
"org.json4s" %% "json4s-native" % "4.1.0-M8",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.1",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.1",
"com.fasterxml.jackson.module" % "jackson-module-blackbird" % "2.18.1",
Expand Down

0 comments on commit 2a7f8d0

Please sign in to comment.