Skip to content

Commit

Permalink
Play 2.9.0-M7
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Sep 11, 2023
1 parent 508509f commit 0cbfd75
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 @@ -388,7 +388,7 @@ lazy val `anorm-pekko` = (project in file("pekko"))
lazy val pgVer = sys.env.get("POSTGRES_VERSION").getOrElse("42.6.0")

val playVer = Def.setting[String] {
if (scalaBinaryVersion.value == "2.13" || scalaBinaryVersion.value == "3") "2.9.0-M4"
if (scalaBinaryVersion.value == "2.13" || scalaBinaryVersion.value == "3") "2.9.0-M7"
else "2.6.14"
}

Expand Down

0 comments on commit 0cbfd75

Please sign in to comment.