mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Merge pull request #1077 from eikek/fix/1068-update-check
Fix/1068 update check
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user