Skip to content

Commit

Permalink
Merge pull request #294 from scala-steward/update/2.9.x/patches
Browse files Browse the repository at this point in the history
[2.9.x] Patch updates
  • Loading branch information
mkurz authored Mar 1, 2024
2 parents 2b911d9 + 931711d commit 9a1d7ae
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 playVersion = sys.props.getOrElse("play.version", "2.9.1")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "6.0.1")
val playJsonVersion = sys.props.getOrElse("play-json.version", "2.10.3")
val playJsonVersion = sys.props.getOrElse("play-json.version", "2.10.4")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "5.2.0-RC2")
val maybeTwirlVersion = sys.props.get("twirl.version")

Expand Down

0 comments on commit 9a1d7ae

Please sign in to comment.