Use existing mimetype detection when storing files

This commit is contained in:
eikek
2021-09-23 09:27:04 +02:00
parent 1761526e20
commit 071f4067bf
4 changed files with 28 additions and 26 deletions

View File

@ -381,7 +381,7 @@ val store = project
libraryDependencies ++=
Dependencies.testContainer.map(_ % Test)
)
.dependsOn(common, query.jvm, totp)
.dependsOn(common, query.jvm, totp, files)
val extract = project
.in(file("modules/extract"))