scalafx-utils/project/plugins.sbt

11 lines
300 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
2016-05-05 03:59:15 +00:00
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.0.0")
2015-04-15 04:25:04 +00:00
2015-08-18 20:45:29 +00:00
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
2015-04-15 04:25:04 +00:00
2016-05-05 03:59:15 +00:00
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
2015-04-15 04:25:04 +00:00
2016-05-05 03:59:15 +00:00
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
2015-04-15 04:25:04 +00:00