sbt/project/plugins.sbt

6 lines
302 B
Plaintext
Raw Normal View History

2017-04-13 05:41:18 +02:00
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.0-M8")
2017-01-21 12:36:33 +01:00
libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.10"
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
addSbtPlugin("com.eed3si9n" % "sbt-export-repo" % "0.1.0")
2017-05-10 19:33:07 +02:00
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")