Skip to content

Commit

Permalink
Merge pull request #151 from RockJam/to-slick-3.0
Browse files Browse the repository at this point in the history
upgrade to slick 3.0
  • Loading branch information
tminglei committed May 1, 2015
2 parents 4c8e064 + 9b22d7f commit c051670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object SlickPgBuild extends Build {
}
Seq (
"org.scala-lang" % "scala-reflect" % scalaVersion,
"com.typesafe.slick" %% "slick" % "3.0.0-RC3",
"com.typesafe.slick" %% "slick" % "3.0.0",
"org.postgresql" % "postgresql" % "9.4-1201-jdbc41",
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
) ++ extractedLibs
Expand Down

0 comments on commit c051670

Please sign in to comment.