Skip to content

Commit

Permalink
Merge pull request #2020 from softwaremill/update/json4s-core-4.0.7
Browse files Browse the repository at this point in the history
Update json4s-core to 4.0.7
  • Loading branch information
mergify[bot] committed Dec 4, 2023
2 parents 0f01a81 + a2191d0 commit a95996b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ lazy val upickle = (projectMatrix in file("json/upickle"))
.nativePlatform(scalaVersions = scala2 ++ scala3, settings = commonNativeSettings)
.dependsOn(core, jsonCommon)

lazy val json4sVersion = "4.0.6"
lazy val json4sVersion = "4.0.7"

lazy val json4s = (projectMatrix in file("json/json4s"))
.settings(commonJvmSettings)
Expand Down

0 comments on commit a95996b

Please sign in to comment.