mirror of https://github.com/sbt/sbt.git
7 lines
332 B
Scala
7 lines
332 B
Scala
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.6.8")
|
|
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.5")
|
|
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
|
|
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.5")
|
|
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.1.0")
|
|
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.0")
|