Slick PostgreSQL Code generator and Driver with useful extensions
To use the sbt plugin in your project, add this to plugins.sbt:
resolvers += "HAT Library Artifacts Snapshots" at "https://s3-eu-west-1.amazonaws.com/library-artifacts-releases.hubofallthings.com"
addSbtPlugin("org.hatdex" % "sbt-slick-postgres-generator" % "X.Y.Z")Similarly, for the driver library, add it to your build.sbt:
libraryDependencies += "org.hatdex" %% "slick-postgres-driver" % "X.Y.Z"To publish the library:
sbt +publish