aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Stewart <stewinsalot@gmail.com>2017-09-26 07:21:23 -0700
committerStewart Stewart <stewinsalot@gmail.com>2017-09-26 07:21:23 -0700
commit7b123473ee304cc49f2763d7893618468c29cbec (patch)
tree1a4c6c80dbab7771713c103af2e80abc9a346d63
parent4797052850022d566057328b1b4d7ebbe6bde3a3 (diff)
downloadslick-codegen-plugin-7b123473ee304cc49f2763d7893618468c29cbec.tar.gz
slick-codegen-plugin-7b123473ee304cc49f2763d7893618468c29cbec.tar.bz2
slick-codegen-plugin-7b123473ee304cc49f2763d7893618468c29cbec.zip
update version numbers in README
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 736abb5..ea136cc 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,15 @@ Extends/customizes the
resolvers += "releases" at "https://drivergrp.jfrog.io/drivergrp/releases"
credentials += Credentials("Artifactory Realm", "drivergrp.jfrog.io", "sbt-publisher", "***REMOVED***")
-addSbtPlugin("xyz.driver" % "sbt-slick-codegen" % "0.8")
+addSbtPlugin("xyz.driver" % "sbt-slick-codegen" % "0.10.2")
// Replace with the appropriate jdbc driver for your database:
libraryDependencies += "org.postgresql" % "postgresql" % "9.3-1104-jdbc41"
```
-Note that the jdbc-driver needs to be added separately to `plugins.sbt` and `build.sbt` as a dependency for the project and codegen, respectively.
+The jdbc-driver needs to be added separately to `plugins.sbt` and `build.sbt` as a dependency for the project and codegen, respectively.
+
+Version 0.10.x requires sbt 1.0. For sbt 0.13, use 0.9.8
(also note that postgres jdbc driver `9.4.x` will not expose columns in certain metadata "tables", causing generated code not to compile)