Merge pull request #1077 from eikek/fix/1068-update-check

Fix/1068 update check
This commit is contained in:
mergify[bot]
2021-09-21 20:20:15 +00:00
committed by GitHub
7 changed files with 149 additions and 20 deletions

View File

@ -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