diff --git a/README.md b/README.md index 9200aeb08..f9f6f9831 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ import sbt._ object Plugins extends Build { lazy val root = Project("root", file(".")) dependsOn( - uri("git://github.com/jrudolph/sbt-dependency-graph.git#XX") // where XX is tag/branch + uri("git://github.com/jrudolph/sbt-dependency-graph.git#v0.5") // or another tag/branch ) } ```