Why does Play 2.3 application give me "Driver not found: [com.mysql.jdbc.Driver]" at startup with MySQL setup in application.conf?

I have created a test Play 2.3 application with the help of activator and the play-scala template: activator new test play-scala This is build.sbt: name := """test""" version := "1.0-SNAPSHOT" ...