upgrade README instructions to recent version 0.7.1

This commit is contained in:
Johannes Rudolph 2013-03-02 12:08:56 +01:00
parent b018454fae
commit 23b6dc8644
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ How To Use
For sbt 0.11/0.12, add sbt-dependency-graph as a dependency in `project/plugins.sbt`:
```scala
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.0")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.1")
```
Then, add the following to your `<project-root>/build.sbt` (that's not `project/build.sbt`!) as a standalone line: