sbt/project/plugins.sbt

6 lines
278 B
Plaintext
Raw Normal View History

2015-06-16 20:17:07 +02:00
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.6.8")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.5")
2015-06-16 20:17:07 +02:00
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "0.8.5")
2015-07-07 20:43:18 +02:00
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.1.0")