Skip to content

Commit f05707e

Browse files
committed
Update jackson-module-scala to 3.0.0-rc8
1 parent 465c6e5 commit f05707e

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
@@ -278,7 +278,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
278278
"org.json4s" %% "json4s-ext" % "4.1.0-M8",
279279
"org.json4s" %% "json4s-jackson" % "4.1.0-M8",
280280
"org.json4s" %% "json4s-native" % "4.1.0-M8",
281-
"tools.jackson.module" %% "jackson-module-scala" % "3.0.0-rc7",
281+
"tools.jackson.module" %% "jackson-module-scala" % "3.0.0-rc8",
282282
"org.openjdk.jmh" % "jmh-core" % "1.37",
283283
"org.openjdk.jmh" % "jmh-generator-asm" % "1.37",
284284
"org.openjdk.jmh" % "jmh-generator-bytecode" % "1.37",

0 commit comments

Comments
 (0)