I want to introduce slick to my play project, so I add the following dependencies to build.sbt:
\"com.typesafe.play\" %% \"play-slick\"
You have probably added dependency to jdbc which doesn't make sense if you use slick for it. Remove it and it will work.