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

  val codaRepo = "Coda Hale's Repository" at "http://repo.codahale.com/"
  val assemblySBT = "com.codahale" % "assembly-sbt" % "0.1.1"
}