update git path

This commit is contained in:
Johannes Rudolph 2011-11-15 16:11:44 +01:00
parent 0e9ca265e6
commit d3d4bf9681
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import sbt._
object Plugins extends Build {
lazy val root = Project("root", file(".")) dependsOn(
uri("git://github.com/") // where XX is branch
uri("git://github.com/jrudolph/sbt-dependency-graph.git#XX") // where XX is tag/branch
)
}
```