You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
306 B

  1. addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
  2. addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")
  3. addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
  4. addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.3.0")
  5. addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")