Skip to content

Instantly share code, notes, and snippets.

@oxlade39
Created June 28, 2011 19:44
Show Gist options
  • Save oxlade39/1052012 to your computer and use it in GitHub Desktop.
Save oxlade39/1052012 to your computer and use it in GitHub Desktop.
import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info)
{
val sbtGitHubPlugin = "com.github.oxlade39" % "sbt-github-plugin" % "2.0.1" from "http://cloud.github.com/downloads/oxlade39/sbt-github-plugin/sbt-github-plugin-2.0.1.jar"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment