mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Initial application stub
This commit is contained in:
8
project/plugins.sbt
Normal file
8
project/plugins.sbt
Normal file
@ -0,0 +1,8 @@
|
||||
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "2.0.0-RC2")
|
||||
addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.5.0-SNAPSHOT")
|
||||
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.3.25")
|
||||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0-M2")
|
||||
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.2")
|
Reference in New Issue
Block a user