aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
blob: 81d5ceb91af6f85f7b326a459c72679ff3b3972f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Add personal SBT plugins for IDEs, etc to `local-plugins.sbt`
//
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")

// Scala IDE project file generator
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.1.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.14")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4")