Skip to content

Commit 884b779

Browse files
committed
Update json4s to 4.1.0
1 parent eb4bc64 commit 884b779

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
@@ -321,9 +321,9 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
321321
"com.lihaoyi" %%% "upickle" % "4.4.0",
322322
"com.rallyhealth" %% "weepickle-v1" % "1.9.1",
323323
"io.spray" %% "spray-json" % "1.3.6",
324-
"org.json4s" %% "json4s-ext" % "4.1.0-M8",
325-
"org.json4s" %% "json4s-jackson" % "4.1.0-M8",
326-
"org.json4s" %% "json4s-native" % "4.1.0-M8",
324+
"io.github.json4s" %% "json4s-ext" % "4.1.0",
325+
"io.github.json4s" %% "json4s-jackson" % "4.1.0",
326+
"io.github.json4s" %% "json4s-native" % "4.1.0",
327327
"tools.jackson.module" %% "jackson-module-scala" % "3.0.1",
328328
"org.openjdk.jmh" % "jmh-core" % "1.37",
329329
"org.openjdk.jmh" % "jmh-generator-asm" % "1.37",

0 commit comments

Comments
 (0)