summaryrefslogtreecommitdiff
path: root/project/plugins/Plugins.scala
blob: 15ee162329c4a1e4cca2de8d8b6d60f92dcc40c5 (plain) (blame)
1
2
3
4
5
6
import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
  val sbtIdeaRepo = "sbt-idea-repo" at "http://mpeltonen.github.com/maven/"
  val sbtIdea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.2.0"
}