Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matanox/8ff0ff0ddbfe2faf15ad to your computer and use it in GitHub Desktop.
Save matanox/8ff0ff0ddbfe2faf15ad to your computer and use it in GitHub Desktop.
libraryDependencies ++= Seq(
"com.typesafe.slick" %% "slick" % "3.0.0-RC2",
"com.zaxxer" % "HikariCP-java6" % "2.0.1", // HikariCP is the unofficial default connection pooling library for slick
"org.slf4j" % "slf4j-nop" % "1.6.4")
libraryDependencies += "mysql" % "mysql-connector-java" % "latest.release"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment