aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
blob: de44b41f022df4915dbdf0cc30ad05ceeec948f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// 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")

// See https://github.com/scalastyle/scalastyle/issues/156#issuecomment-137229733
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.7.0" excludeAll(
  ExclusionRule(organization = "com.danieltrinh")))

libraryDependencies += "org.scalariform" %% "scalariform" % "0.1.7"