Strange Play Framework 2.2 exceptions after trying to add MySQL / slick
- by Mike Cialowicz
I'm working on a Play 2.2 application, and things have gone a bit south on me since I've tried adding my DB layer.
Below are my build.sbt dependencies. As you can see I use mysql-connector-java and play-slick:
libraryDependencies ++= Seq(
jdbc,
anorm,
cache,
"joda-time" % "joda-time" % "2.3",
"mysql" % "mysql-connector-java" % "5.1.26",…