Skip to content

Commit

Permalink
[2.9.x] play-slick, play-slick-evolutions 6.1.1 (was 5.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 13, 2024
1 parent 3eacb8e commit 967244d
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 @@ -21,7 +21,7 @@ object OmnidocBuild {
val playVersion = sys.props.getOrElse("play.version", "2.9.5")
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.1")
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

0 comments on commit 967244d

Please sign in to comment.