Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Oct 21, 2023
1 parent 77c4360 commit 6e55395
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 @@ -19,9 +19,9 @@ object OmnidocBuild {
val snapshotVersionLabel = "3.0.x"

val playVersion = sys.props.getOrElse("play.version", "3.0.0-M3")
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-RC1")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "7.0.0-M1")
val playJsonVersion = sys.props.getOrElse("play-json.version", "3.0.0-M1")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "6.0.0-M1")
val maybeTwirlVersion = sys.props.get("twirl.version")

// List Play artifacts so that they can be added as dependencies
Expand Down

0 comments on commit 6e55395

Please sign in to comment.