Skip to content

Commit

Permalink
Merge pull request #416 from scala-steward/update/json4s-jackson-3.6.12
Browse files Browse the repository at this point in the history
Update json4s-jackson, json4s-native to 3.6.12
  • Loading branch information
rossabaker authored Jan 19, 2022
2 parents cb84899 + ee48d61 commit 1564161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ libraryDependencies ++= {
if (scalaBinaryVersion.value.startsWith("2.12"))
Seq(
"io.argonaut" %% "argonaut" % "6.3.7",
"org.json4s" %% "json4s-native" % "3.5.5",
"org.json4s" %% "json4s-jackson" % "3.5.5",
"org.json4s" %% "json4s-native" % "3.6.12",
"org.json4s" %% "json4s-jackson" % "3.6.12",
"com.typesafe.play" %% "play-json" % "2.9.2",
"com.rojoma" %% "rojoma-json" % "2.4.3",
"com.rojoma" %% "rojoma-json-v3" % "3.14.0",
Expand Down

0 comments on commit 1564161

Please sign in to comment.