I\'m trying to migrate from anorm to slick, using play 2.4.2, and getting a configuration error:
play.api.Configuration$$anon$1: Configuration error[Cannot conne
I haven't tried myself, but it looks like you are referencing the MySQLDriver class instead of the corresponding object. Put a trailing $ in it and you should be good to go:
MySQLDriver
$
slick.dbs.dethcs.driver="slick.driver.MySQLDriver$"