Skip to content

Commit

Permalink
Merge pull request #260 from mkurz/play29rc1
Browse files Browse the repository at this point in the history
Play 2.9 release candidate
  • Loading branch information
mkurz authored Sep 18, 2023
2 parents 64d4a4c + 49a5137 commit 773604e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/OmnidocBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ object OmnidocBuild {

val snapshotVersionLabel = "2.9.x"

val playVersion = sys.props.getOrElse("play.version", "2.9.0-M7")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "6.0.0-M6")
val playJsonVersion = sys.props.getOrElse("play-json.version", "2.10.0-RC9")
val playVersion = sys.props.getOrElse("play.version", "2.9.0-RC2")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "6.0.0-RC2")
val playJsonVersion = sys.props.getOrElse("play-json.version", "2.10.1")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "5.2.0-M3")
val maybeTwirlVersion = sys.props.get("twirl.version")

Expand Down

0 comments on commit 773604e

Please sign in to comment.