Skip to content

Commit

Permalink
Play 2.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jun 3, 2024
1 parent f94b1fd commit f1ef7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/OmnidocBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object OmnidocBuild {

val snapshotVersionLabel = "2.8.x"

val playVersion = sys.props.getOrElse("play.version", "2.8.21")
val playVersion = sys.props.getOrElse("play.version", "2.8.22")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "5.0.0")
val playJsonVersion = sys.props.getOrElse("play-json.version", "2.8.2")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "5.0.2")
Expand Down

0 comments on commit f1ef7dc

Please sign in to comment.