Skip to content

Commit

Permalink
Merge pull request #597 from typelevel/update/json4s-jackson-4.0.7
Browse files Browse the repository at this point in the history
Update json4s-jackson, json4s-native to 4.0.7
  • Loading branch information
rossabaker authored Dec 12, 2023
2 parents 44e40c6 + 5b83b95 commit b1634f0
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.9",
"org.json4s" %% "json4s-native" % "4.0.6",
"org.json4s" %% "json4s-jackson" % "4.0.6",
"org.json4s" %% "json4s-native" % "4.0.7",
"org.json4s" %% "json4s-jackson" % "4.0.7",
"com.typesafe.play" %% "play-json" % "2.10.3",
"com.rojoma" %% "rojoma-json" % "2.4.3",
"com.rojoma" %% "rojoma-json-v3" % "3.15.0",
Expand Down

0 comments on commit b1634f0

Please sign in to comment.