mirror of https://github.com/sbt/sbt.git
6 lines
310 B
Scala
6 lines
310 B
Scala
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.0-M9")
|
|
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")
|
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")
|