We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9caaae7 commit 9f29f99Copy full SHA for 9f29f99
1 file changed
build.sbt
@@ -2,12 +2,12 @@ name := "hello-slick"
2
3
version := "1.0"
4
5
-scalaVersion := "2.10.2"
+scalaVersion := "2.10.3"
6
7
mainClass in Compile := Some("HelloSlick")
8
9
libraryDependencies ++= List(
10
- "com.typesafe.slick" %% "slick" % "2.0.0",
+ "com.typesafe.slick" %% "slick" % "2.0.1",
11
"org.slf4j" % "slf4j-nop" % "1.6.4",
12
"com.h2database" % "h2" % "1.3.170",
13
"org.scalatest" %% "scalatest" % "2.0"
0 commit comments