add current version in readme

This commit is contained in:
Johannes Rudolph 2011-11-15 16:14:03 +01:00
parent d3d4bf9681
commit 94b93b0354
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/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
)
}
```