Skip to content

Instantly share code, notes, and snippets.

@tobias-johansson
Created May 2, 2015 22:59
Show Gist options
  • Save tobias-johansson/7596b9e288883c400898 to your computer and use it in GitHub Desktop.
Save tobias-johansson/7596b9e288883c400898 to your computer and use it in GitHub Desktop.
Slick 3.0.0 with postgresql 9.4
// Slick 3.0.0 with postgresql 9.4
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % "3.0.0",
"org.slf4j" % "slf4j-nop" % "1.6.4",
"com.zaxxer" % "HikariCP-java6" % "2.3.7",
"org.postgresql" % "postgresql" % "9.4-1201-jdbc41"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment