11 lines
300 B
Scala
11 lines
300 B
Scala
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
|
|
|
|
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.0.0")
|
|
|
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
|
|
|
|
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
|
|
|
|
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
|
|
|