Skip to content

Commit f1b313b

Browse files
Reverts back to v2.0.0 of Slick for now
1 parent bcd4879 commit f1b313b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scalaVersion := "2.10.3"
77
mainClass in Compile := Some("HelloSlick")
88

99
libraryDependencies ++= List(
10-
"com.typesafe.slick" %% "slick" % "2.0.1",
10+
"com.typesafe.slick" %% "slick" % "2.0.0",
1111
"org.slf4j" % "slf4j-nop" % "1.6.4",
1212
"com.h2database" % "h2" % "1.3.170",
1313
"org.scalatest" %% "scalatest" % "2.0"

0 commit comments

Comments
 (0)