Skip to content

Commit

Permalink
downgrade postgres driver to 9.4-1204-jdbc41
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Dec 5, 2015
1 parent ee4ba6a commit c4c1c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object SlickPgBuild extends Build {
organizationName := "slick-pg",
organization := "com.github.tminglei",
name := "slick-pg",
version := "0.10.1",
version := "0.10.2",

scalaVersion := "2.11.7",
crossScalaVersions := Seq("2.11.7", "2.10.6"),
Expand Down Expand Up @@ -68,7 +68,7 @@ object SlickPgBuild extends Build {
Seq (
"org.scala-lang" % "scala-reflect" % scalaVersion,
"com.typesafe.slick" %% "slick" % "3.1.0",
"org.postgresql" % "postgresql" % "9.4-1204-jdbc41",
"org.postgresql" % "postgresql" % "9.4-1201-jdbc41",
"org.slf4j" % "slf4j-simple" % "1.7.12" % "provided",
"org.scalatest" %% "scalatest" % "2.2.4" % "test"
) ++ extractedLibs
Expand Down

0 comments on commit c4c1c2d

Please sign in to comment.