From 647e892cfac0e2b8f9d4157346a720772e42a8dc Mon Sep 17 00:00:00 2001 From: eikek Date: Sun, 12 Sep 2021 19:28:23 +0200 Subject: [PATCH] Remove outdated comment --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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