Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
upgrade to Postgres JDBC driver 42.1.4
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
project/Build.scala
|
@@ -40,7 +40,7 @@ object SlickBuild extends Build { |
|
|
"org.xerial" % "sqlite-jdbc" % "3.8.11.2", |
|
|
"org.apache.derby" % "derby" % "10.9.1.0", |
|
|
"org.hsqldb" % "hsqldb" % "2.2.8", |
|
|
"org.postgresql" % "postgresql" % "9.4.1209", |
|
|
"org.postgresql" % "postgresql" % "42.1.4", |
|
|
"mysql" % "mysql-connector-java" % "5.1.38", |
|
|
"net.sourceforge.jtds" % "jtds" % "1.3.1" |
|
|
) |
|
|