scalafx-utils/project/plugins.sbt

11 lines
306 B
Plaintext
Raw Normal View History

2015-08-09 18:33:13 +00:00
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
2015-04-15 04:25:04 +00:00
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
2015-05-02 02:25:46 +00:00
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.3.0")
2015-04-15 04:25:04 +00:00
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.5")