Skip to content

Commit

Permalink
Merge pull request #321 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
[3.0.x] Patch updates
  • Loading branch information
mkurz authored Jul 10, 2024
2 parents bdc10f2 + 08e6974 commit da0a911
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 @@ -22,7 +22,7 @@ object OmnidocBuild {
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.4")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "6.1.0")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "6.1.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 da0a911

Please sign in to comment.