Skip to content

Commit

Permalink
Merge pull request #322 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 Jul 10, 2024
2 parents 1559c1b + 3947930 commit 2180127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/OmnidocBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object OmnidocBuild {
val playVersion = sys.props.getOrElse("play.version", "2.9.4")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "6.0.1")
val playJsonVersion = sys.props.getOrElse("play-json.version", "2.10.6")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "5.3.0")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "5.3.1")
val maybeTwirlVersion = sys.props.get("twirl.version")

// List Play artifacts so that they can be added as dependencies
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.0
sbt.version=1.10.1

0 comments on commit 2180127

Please sign in to comment.