Skip to content

Commit 2b7d32c

Browse files
Update json4s-jackson, json4s-native to 4.1.0
1 parent bdd3586 commit 2b7d32c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmark/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ libraryDependencies ++= {
66
if (scalaBinaryVersion.value.startsWith("2.12"))
77
Seq(
88
"io.github.argonaut-io" %% "argonaut" % "6.3.11",
9-
"org.json4s" %% "json4s-native" % "4.0.7",
10-
"org.json4s" %% "json4s-jackson" % "4.0.7",
9+
"io.github.json4s" %% "json4s-native" % "4.1.0",
10+
"io.github.json4s" %% "json4s-jackson" % "4.1.0",
1111
"org.playframework" %% "play-json" % "3.0.6",
1212
"com.rojoma" %% "rojoma-json" % "2.4.3",
1313
"com.rojoma" %% "rojoma-json-v3" % "3.15.0",

0 commit comments

Comments
 (0)