mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-05 22:55:58 +00:00
Remove outdated comment
This commit is contained in:
parent
16b5655b54
commit
647e892cfa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user