mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Refactoring for migrating to binny library
This commit is contained in:
@ -7,7 +7,7 @@ object Dependencies {
|
||||
|
||||
val BcryptVersion = "0.4"
|
||||
val BetterMonadicForVersion = "0.3.1"
|
||||
val BitpeaceVersion = "0.9.0-M3"
|
||||
val BinnyVersion = "0.1.0"
|
||||
val CalevVersion = "0.6.0"
|
||||
val CatsParseVersion = "0.3.4"
|
||||
val CirceVersion = "0.14.1"
|
||||
@ -273,8 +273,10 @@ object Dependencies {
|
||||
"org.tpolecat" %% "doobie-hikari" % DoobieVersion
|
||||
)
|
||||
|
||||
val bitpeace = Seq(
|
||||
"com.github.eikek" %% "bitpeace-core" % BitpeaceVersion
|
||||
val binny = Seq(
|
||||
"com.github.eikek" %% "binny-core" % BinnyVersion,
|
||||
"com.github.eikek" %% "binny-jdbc" % BinnyVersion,
|
||||
"com.github.eikek" %% "binny-tika-detect" % BinnyVersion
|
||||
)
|
||||
|
||||
// https://github.com/flyway/flyway
|
||||
|
Reference in New Issue
Block a user