Skip to content

Commit 21318cb

Browse files
committed
Update jackson-module-scala to 3.0.0-rc5
1 parent bcff1ec commit 21318cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
253253
"org.json4s" %% "json4s-ext" % "4.1.0-M8",
254254
"org.json4s" %% "json4s-jackson" % "4.1.0-M8",
255255
"org.json4s" %% "json4s-native" % "4.1.0-M8",
256-
"tools.jackson.module" %% "jackson-module-scala" % "3.0.0-rc4",
256+
"tools.jackson.module" %% "jackson-module-scala" % "3.0.0-rc5",
257257
"org.openjdk.jmh" % "jmh-core" % "1.37",
258258
"org.openjdk.jmh" % "jmh-generator-asm" % "1.37",
259259
"org.openjdk.jmh" % "jmh-generator-bytecode" % "1.37",

0 commit comments

Comments
 (0)