aboutsummaryrefslogtreecommitdiff
path: root/project/plugins/SparkProjectPlugins.scala
blob: a7786bbdf4f66c8a0f75ab99a1e8367458a9a7d9 (plain) (blame)
1
2
3
4
5
6
7
8
import sbt._

class SparkProjectPlugins(info: ProjectInfo) extends PluginDefinition(info) {
  val eclipse = "de.element34" % "sbt-eclipsify" % "0.7.0"

  val sbtIdeaRepo = "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"
  val sbtIdea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.2.0"
}