Skip to content

Instantly share code, notes, and snippets.

@RSchulz
Created October 15, 2010 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RSchulz/627406 to your computer and use it in GitHub Desktop.
Save RSchulz/627406 to your computer and use it in GitHub Desktop.
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.1-SNAPSHOT"
val ideaCore = "com.github.mpeltonen" %% "sbt-idea-core" % "0.1-SNAPSHOT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment