Skip to content

Commit

Permalink
Merge pull request #725 from scala-steward/update/play-json-2.10.6
Browse files Browse the repository at this point in the history
Update play-json to 2.10.6
  • Loading branch information
tminglei authored Jul 19, 2024
2 parents 9d51b6d + 04f5e3c commit 4dd0dcb
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 @@ -144,7 +144,7 @@ lazy val slickPgJtsLt = (project in file("./addons/jts_lt"))

def playJsonDependencies(scalaVersion: String) = {
if (scalaVersion.startsWith("3")) Seq("org.playframework" %% "play-json" % "3.0.3")
else Seq("com.typesafe.play" %% "play-json" % "2.10.5")
else Seq("com.typesafe.play" %% "play-json" % "2.10.6")
}
lazy val slickPgPlayJson = (project in file("./addons/play-json"))
.settings(commonSettings)
Expand Down

0 comments on commit 4dd0dcb

Please sign in to comment.