mirror of https://github.com/sbt/sbt.git
Merge pull request #183 from SethTisue/upgrade-bintray-plugin
use newer version of bintray plugin
This commit is contained in:
commit
c0b961c5c3
|
|
@ -1,5 +1,5 @@
|
||||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.0-M9")
|
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.2.0-M9")
|
||||||
libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.10"
|
libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.10"
|
||||||
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
|
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")
|
||||||
addSbtPlugin("com.eed3si9n" % "sbt-export-repo" % "0.1.0")
|
addSbtPlugin("com.eed3si9n" % "sbt-export-repo" % "0.1.0")
|
||||||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue