Skip to content

Commit 4d8850d

Browse files
Update json4s-ext, json4s-jackson, ... to 4.1.0-M8 (#1218)
1 parent 58b0531 commit 4d8850d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
250250
"com.lihaoyi" %%% "upickle" % "4.0.2",
251251
"com.rallyhealth" %% "weepickle-v1" % "1.9.1",
252252
"io.spray" %% "spray-json" % "1.3.6",
253-
"org.json4s" %% "json4s-ext" % "4.1.0-M7",
254-
"org.json4s" %% "json4s-jackson" % "4.1.0-M7",
255-
"org.json4s" %% "json4s-native" % "4.1.0-M7",
253+
"org.json4s" %% "json4s-ext" % "4.1.0-M8",
254+
"org.json4s" %% "json4s-jackson" % "4.1.0-M8",
255+
"org.json4s" %% "json4s-native" % "4.1.0-M8",
256256
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.1",
257257
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.1",
258258
"com.fasterxml.jackson.module" % "jackson-module-blackbird" % "2.18.1",

0 commit comments

Comments
 (0)