diff --git a/build.sbt b/build.sbt index 803b19c..21d3837 100644 --- a/build.sbt +++ b/build.sbt @@ -1,5 +1,7 @@ name := "hello-slick" +scalaVersion := "2.11.8" + mainClass in Compile := Some("HelloSlick") libraryDependencies ++= List( diff --git a/project/build.properties b/project/build.properties index 748703f..43b8278 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.7 +sbt.version=0.13.11