aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e02924c..2a432fc 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,11 @@ credentials += Credentials("Artifactory Realm", "drivergrp.jfrog.io", "sbt-publi
addSbtPlugin("xyz.driver" % "sbt-slick-codegen" % "0.8")
// Replace with the appropriate jdbc driver for your database:
-libraryDependencies += "org.postgresql" % "postgresql" % "9.4.1212"
+libraryDependencies += "org.postgresql" % "postgresql" % "9.3-1104-jdbc41"
```
+(note that postgres jdbc driver `9.4.x` will not expose columns in certain metadata "tables", causing generated code not to compile)
+
### build.sbt
Minimally, define `codegenUri`, `codegenPackage`, and `codegenOutputPath` like so: