sbt/launcher-package/project/plugins.sbt

6 lines
310 B
Plaintext
Raw Normal View History

2017-08-10 11:26:03 +02:00
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.0-M9")
2017-01-21 12:36:33 +01:00
libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.10"
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")
addSbtPlugin("com.eed3si9n" % "sbt-export-repo" % "0.1.1")
2017-05-10 19:33:07 +02:00
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")