Skip to content

Commit bcd4879

Browse files
committed
Merge pull request #3 from typesafehub/wip/h3nk3-version-bump
Bumps Slick to 2.0.1 and Scala to 2.10.3
2 parents 9caaae7 + 9f29f99 commit bcd4879

1 file changed

Lines changed: 2 additions & 2 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.2"
5+
scalaVersion := "2.10.3"
66

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

99
libraryDependencies ++= List(
10-
"com.typesafe.slick" %% "slick" % "2.0.0",
10+
"com.typesafe.slick" %% "slick" % "2.0.1",
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)