Skip to content

Commit

Permalink
Merge pull request #715 from scala-steward/update/play-json-3.0.3
Browse files Browse the repository at this point in the history
Update play-json to 3.0.3
  • Loading branch information
tminglei authored May 18, 2024
2 parents 9074785 + 2b8d2f6 commit 3053193
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 @@ -143,7 +143,7 @@ lazy val slickPgJtsLt = (project in file("./addons/jts_lt"))
.dependsOn (slickPgCore % "test->test;compile->compile")

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

0 comments on commit 3053193

Please sign in to comment.