diff --git a/project/OmnidocBuild.scala b/project/OmnidocBuild.scala index 2c65317..abcc536 100644 --- a/project/OmnidocBuild.scala +++ b/project/OmnidocBuild.scala @@ -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 diff --git a/project/build.properties b/project/build.properties index 081fdbb..ee4c672 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.0 +sbt.version=1.10.1