Skip to content

Commit

Permalink
Play 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jun 17, 2024
1 parent 0d16e52 commit bdc10f2
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 @@ -19,9 +19,9 @@ object OmnidocBuild {

val snapshotVersionLabel = "3.0.x"

val playVersion = sys.props.getOrElse("play.version", "3.0.3")
val playVersion = sys.props.getOrElse("play.version", "3.0.4")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "7.0.1")
val playJsonVersion = sys.props.getOrElse("play-json.version", "3.0.3")
val playJsonVersion = sys.props.getOrElse("play-json.version", "3.0.4")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "6.1.0")
val maybeTwirlVersion = sys.props.get("twirl.version")

Expand Down

0 comments on commit bdc10f2

Please sign in to comment.