flyway / flyway-play

Play modules for Flyway
Other
167 stars 40 forks source link

Update Readme.md for configuration with MySQL #381

Open phwiget opened 6 months ago

phwiget commented 6 months ago

Thanks for supporting also Play! version 3.0.x! As I tried to make it run for MySql, I noticed that there is an additional dependency needed in build.sbt:

libraryDependencies += "org.flywaydb" % "flyway-mysql" % "9.16.3"

May you update the README to makes this clear for other users? The version must be in sync with what is used in flyway-play as otherwise it will not compile