Skip to content

Commit a692e9e

Browse files
committed
Update jackson-module-scala to 3.0.0-rc10
1 parent 12da993 commit a692e9e

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
@@ -313,7 +313,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
313313
"org.json4s" %% "json4s-ext" % "4.1.0-M8",
314314
"org.json4s" %% "json4s-jackson" % "4.1.0-M8",
315315
"org.json4s" %% "json4s-native" % "4.1.0-M8",
316-
"tools.jackson.module" %% "jackson-module-scala" % "3.0.0-rc9",
316+
"tools.jackson.module" %% "jackson-module-scala" % "3.0.0-rc10",
317317
"org.openjdk.jmh" % "jmh-core" % "1.37",
318318
"org.openjdk.jmh" % "jmh-generator-asm" % "1.37",
319319
"org.openjdk.jmh" % "jmh-generator-bytecode" % "1.37",

0 commit comments

Comments
 (0)