Remove outdated comment

This commit is contained in:
eikek 2021-09-12 19:28:23 +02:00
parent 16b5655b54
commit 647e892cfa

View File

@ -259,7 +259,7 @@ object Dependencies {
"com.h2database" % "h2" % H2Version "com.h2database" % "h2" % H2Version
) )
val mariadb = Seq( 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( val postgres = Seq(
"org.postgresql" % "postgresql" % PostgresVersion "org.postgresql" % "postgresql" % PostgresVersion