Skip to content

Commit

Permalink
Update build.sbt (play-json)
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei authored Dec 22, 2024
1 parent a497f92 commit 61f06e7
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.3")
if (scalaVersion.startsWith("3")) Seq("org.playframework" %% "play-json" % "3.0.4")
else Seq("com.typesafe.play" %% "play-json" % "2.10.6")
}
lazy val slickPgPlayJson = (project in file("./addons/play-json"))
Expand Down

0 comments on commit 61f06e7

Please sign in to comment.