We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a5035 commit 522f72fCopy full SHA for 522f72f
2 files changed
build.sbt
@@ -2,12 +2,12 @@ name := "hello-slick"
2
3
version := "1.0"
4
5
-scalaVersion := "2.10.4"
+scalaVersion := "2.11.1"
6
7
mainClass in Compile := Some("HelloSlick")
8
9
libraryDependencies ++= List(
10
- "com.typesafe.slick" %% "slick" % "2.1.0-M1",
+ "com.typesafe.slick" %% "slick" % "2.1.0-M2",
11
"org.slf4j" % "slf4j-nop" % "1.6.4",
12
"com.h2database" % "h2" % "1.3.170",
13
"org.scalatest" %% "scalatest" % "2.1.6" % "test"
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.0
+sbt.version=0.13.5
0 commit comments