Skip to content

Commit

Permalink
Update build for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szeiger committed Mar 21, 2014
1 parent 5bdcb6f commit c78e3d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -4,13 +4,13 @@ organizationName := "Typesafe"

organization := "com.typesafe.slick"

version := "2.0.1-RC1"
version := "2.0.1"

scalaVersion := "2.10.3"

libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % "2.0.1-RC1",
"com.typesafe.slick" %% "slick-testkit" % "2.0.1-RC1" % "test",
"com.typesafe.slick" %% "slick" % "2.0.1",
"com.typesafe.slick" %% "slick-testkit" % "2.0.1" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test",
"ch.qos.logback" % "logback-classic" % "0.9.28" % "test",
"postgresql" % "postgresql" % "9.1-901.jdbc4" % "test"
Expand Down

0 comments on commit c78e3d3

Please sign in to comment.