Skip to content

Instantly share code, notes, and snippets.

@ahoy-jon
Created November 24, 2011 11:00
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 ahoy-jon/1391094 to your computer and use it in GitHub Desktop.
Save ahoy-jon/1391094 to your computer and use it in GitHub Desktop.
Quelques plugins pour SBT
import sbt._
// à mettre dans ~/.sbt/plugins/project/
object MyPlugins extends Build {
lazy val root = Project("root", file(".")) dependsOn (
uri("https://github.com/steppenwells/sbt-sh.git"),
uri("https://github.com/eed3si9n/sbt-inspectr.git")
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment