sbt/launcher-package/project/plugins.sbt

5 lines
249 B
Plaintext
Raw Normal View History

2021-04-24 21:53:08 +02:00
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.6")
2017-01-21 12:36:33 +01:00
libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.10"
addSbtPlugin("com.eed3si9n" % "sbt-export-repo" % "0.1.1")
2021-04-24 21:53:08 +02:00
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")