We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d40e04 commit 46c2695Copy full SHA for 46c2695
project/OmnidocBuild.scala
@@ -21,7 +21,7 @@ object OmnidocBuild {
21
val playVersion = sys.props.getOrElse("play.version", "2.9.7")
22
val scalaTestPlusPlayVersion = sys.props.getOrElse("scalatestplus-play.version", "6.0.1")
23
val playJsonVersion = sys.props.getOrElse("play-json.version", "2.10.6")
24
- val playSlickVersion = sys.props.getOrElse("play-slick.version", "5.3.1")
+ val playSlickVersion = sys.props.getOrElse("play-slick.version", "5.4.0")
25
val maybeTwirlVersion = sys.props.get("twirl.version")
26
27
// List Play artifacts so that they can be added as dependencies
0 commit comments