mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
831cd8b655
Features: - Upload PDF files let them analyze - Manage meta data and items - See processing in webapp
9 lines
469 B
Scala
9 lines
469 B
Scala
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC2")
|
|
addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.5.0")
|
|
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
|
|
addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1")
|
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1-M3")
|
|
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.2")
|