Skip to content

Commit

Permalink
Update json4s-ext, json4s-jackson, ... to 4.1.0-M7 (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 10, 2024
1 parent 548e375 commit f8b4aa4
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 @@ -265,9 +265,9 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
"com.lihaoyi" %%% "upickle" % "4.0.1",
"com.rallyhealth" %% "weepickle-v1" % "1.9.1",
"io.spray" %% "spray-json" % "1.3.6",
"org.json4s" %% "json4s-ext" % "4.1.0-M6",
"org.json4s" %% "json4s-jackson" % "4.1.0-M6",
"org.json4s" %% "json4s-native" % "4.1.0-M6",
"org.json4s" %% "json4s-ext" % "4.1.0-M7",
"org.json4s" %% "json4s-jackson" % "4.1.0-M7",
"org.json4s" %% "json4s-native" % "4.1.0-M7",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0-rc1",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.0-rc1",
"com.fasterxml.jackson.module" % "jackson-module-blackbird" % "2.18.0-rc1",
Expand Down

0 comments on commit f8b4aa4

Please sign in to comment.