mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Store files in different binary stores
This commit is contained in:
@ -307,7 +307,8 @@ object Dependencies {
|
||||
val binny = Seq(
|
||||
"com.github.eikek" %% "binny-core" % BinnyVersion,
|
||||
"com.github.eikek" %% "binny-jdbc" % BinnyVersion,
|
||||
"com.github.eikek" %% "binny-minio" % BinnyVersion
|
||||
"com.github.eikek" %% "binny-minio" % BinnyVersion,
|
||||
"com.github.eikek" %% "binny-fs" % BinnyVersion
|
||||
)
|
||||
|
||||
// https://github.com/flyway/flyway
|
||||
|
Reference in New Issue
Block a user