Skip to content

Commit

Permalink
Slick 3.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi committed Jan 8, 2015
1 parent b06ccd9 commit fdd87c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SlickJodaMapperBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object SlickJodaMapperBuild extends Build {
libraryDependencies ++= Seq(
"joda-time" % "joda-time" % "2.4" % "provided",
"org.joda" % "joda-convert" % "1.6" % "provided",
"com.typesafe.slick" %% "slick" % "2.1.0" % "provided",
"com.typesafe.slick" %% "slick" % "3.0.0-M1" % "provided",
"com.h2database" % "h2" % "[1.3,)" % "test",
"org.scalatest" %% "scalatest" % "2.2.0" % "test"
),
Expand Down

0 comments on commit fdd87c3

Please sign in to comment.