Skip to content

Instantly share code, notes, and snippets.

@rajeshpv
Created July 21, 2010 15:34
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 rajeshpv/484641 to your computer and use it in GitHub Desktop.
Save rajeshpv/484641 to your computer and use it in GitHub Desktop.
import sbt._
class MyPlugins(info: ProjectInfo) extends PluginDefinition(info)
{
val a = "org.markdownj" % "markdownj" % "0.3.0-1.0.2b4"
lazy val eclipsify = "de.element34" % "sbt-eclipsify" % "0.5.1"
val repo = "GH-pages repo" at "http://mpeltonen.github.com/maven/"
val idea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.1-SNAPSHOT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment