Skip to content

Commit

Permalink
Play 2.9.0 + scalatestplus-play 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 25, 2023
1 parent 5dfda3e commit 61ce836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/OmnidocBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ object OmnidocBuild {

val snapshotVersionLabel = "2.9.x"

val playVersion = sys.props.getOrElse("play.version", "2.9.0-RC3")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "6.0.0-RC2")
val playVersion = sys.props.getOrElse("play.version", "2.9.0")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "6.0.0")
val playJsonVersion = sys.props.getOrElse("play-json.version", "2.10.2")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "5.2.0-RC1")
val maybeTwirlVersion = sys.props.get("twirl.version")
Expand Down

0 comments on commit 61ce836

Please sign in to comment.