Skip to content

Commit eb4bc64

Browse files
Update jackson-module-scala to 3.0.1 (plokhotnyuk#1330)
1 parent ee10024 commit eb4bc64

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
@@ -324,7 +324,7 @@ lazy val `jsoniter-scala-benchmark` = crossProject(JVMPlatform, JSPlatform)
324324
"org.json4s" %% "json4s-ext" % "4.1.0-M8",
325325
"org.json4s" %% "json4s-jackson" % "4.1.0-M8",
326326
"org.json4s" %% "json4s-native" % "4.1.0-M8",
327-
"tools.jackson.module" %% "jackson-module-scala" % "3.0.0",
327+
"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",
330330
"org.openjdk.jmh" % "jmh-generator-bytecode" % "1.37",

0 commit comments

Comments
 (0)