Skip to content

Commit

Permalink
Update json4s-core to 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 4, 2023
1 parent 0f01a81 commit a2191d0
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 a2191d0

Please sign in to comment.