Skip to content

Commit

Permalink
Merge pull request #288 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Jan 15, 2024
2 parents 9de84c8 + 0c7e0d6 commit b1c4b93
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 = "3.0.x"

val playVersion = sys.props.getOrElse("play.version", "3.0.1")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "7.0.0")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "7.0.1")
val playJsonVersion = sys.props.getOrElse("play-json.version", "3.0.1")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "6.0.0-M2")
val maybeTwirlVersion = sys.props.get("twirl.version")
Expand Down

0 comments on commit b1c4b93

Please sign in to comment.