diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c5c5962f..2b43e6d9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -259,7 +259,7 @@ object Dependencies { "com.h2database" % "h2" % H2Version ) val mariadb = Seq( - "org.mariadb.jdbc" % "mariadb-java-client" % MariaDbVersion //flyway doesn't work with newer mariadb + "org.mariadb.jdbc" % "mariadb-java-client" % MariaDbVersion ) val postgres = Seq( "org.postgresql" % "postgresql" % PostgresVersion