aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
blob: 57bd465815b4571ffac0eaef56b6c588b3ef071a (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" % "4.0.0")

addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")

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