We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd3586 commit 2b7d32cCopy full SHA for 2b7d32c
1 file changed
benchmark/build.sbt
@@ -6,8 +6,8 @@ libraryDependencies ++= {
6
if (scalaBinaryVersion.value.startsWith("2.12"))
7
Seq(
8
"io.github.argonaut-io" %% "argonaut" % "6.3.11",
9
- "org.json4s" %% "json4s-native" % "4.0.7",
10
- "org.json4s" %% "json4s-jackson" % "4.0.7",
+ "io.github.json4s" %% "json4s-native" % "4.1.0",
+ "io.github.json4s" %% "json4s-jackson" % "4.1.0",
11
"org.playframework" %% "play-json" % "3.0.6",
12
"com.rojoma" %% "rojoma-json" % "2.4.3",
13
"com.rojoma" %% "rojoma-json-v3" % "3.15.0",
0 commit comments