Skip to content

Commit 522f72f

Browse files
committed
Bump to scala 2.11.1 and sbt 0.13.5 and slick 2.1-M2
1 parent 37a5035 commit 522f72f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name := "hello-slick"
22

33
version := "1.0"
44

5-
scalaVersion := "2.10.4"
5+
scalaVersion := "2.11.1"
66

77
mainClass in Compile := Some("HelloSlick")
88

99
libraryDependencies ++= List(
10-
"com.typesafe.slick" %% "slick" % "2.1.0-M1",
10+
"com.typesafe.slick" %% "slick" % "2.1.0-M2",
1111
"org.slf4j" % "slf4j-nop" % "1.6.4",
1212
"com.h2database" % "h2" % "1.3.170",
1313
"org.scalatest" %% "scalatest" % "2.1.6" % "test"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.0
1+
sbt.version=0.13.5

0 commit comments

Comments
 (0)