Skip to content

Commit

Permalink
make postgres driver dependency required
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Dec 4, 2014
1 parent 4aa9849 commit d6ac19b
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 @@ -68,7 +68,7 @@ object SlickPgBuild extends Build {
Seq (
"org.scala-lang" % "scala-reflect" % scalaVersion % "provided",
"com.typesafe.slick" %% "slick" % "2.1.0",
"org.postgresql" % "postgresql" % "9.3-1100-jdbc41" % "provided",
"org.postgresql" % "postgresql" % "9.3-1100-jdbc41",
"junit" % "junit" % "4.11" % "test",
"com.novocode" % "junit-interface" % "0.10" % "test"
) ++ extractedLibs
Expand Down

0 comments on commit d6ac19b

Please sign in to comment.