Created
April 15, 2015 12:39
-
-
Save matanox/8ff0ff0ddbfe2faf15ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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