Skip to content

Commit

Permalink
Merge pull request #304 from mkurz/play-slick-6.1.0
Browse files Browse the repository at this point in the history
[3.0.x] play-slick 6.1.0
  • Loading branch information
mkurz authored Mar 8, 2024
2 parents 81e87c4 + 5b32c6e commit f2c4f1f
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 @@ -22,7 +22,7 @@ object OmnidocBuild {
val playVersion = sys.props.getOrElse("play.version", "3.0.2")
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "7.0.1")
val playJsonVersion = sys.props.getOrElse("play-json.version", "3.0.2")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "6.1.0-RC1")
val playSlickVersion = sys.props.getOrElse("play-slick.version", "6.1.0")
val maybeTwirlVersion = sys.props.get("twirl.version")

// List Play artifacts so that they can be added as dependencies
Expand Down

0 comments on commit f2c4f1f

Please sign in to comment.