update README to version 0.7.2

This commit is contained in:
Johannes Rudolph 2013-03-02 12:46:09 +01:00
parent d5e4f04519
commit be59eee9a7
2 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,9 @@ Before publishing:
After publishing:
* create tag (+ push)
* update infos in README
* update versions in README (2 occurences currently)
* update example project (+ push)
* use `ls-write-version`
* lsync
* update to next snapshot version

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.1")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.2")
```
Then, add the following to your `<project-root>/build.sbt` (that's not `project/build.sbt`!) as a standalone line:
@ -70,7 +70,7 @@ Standalone usage
You can use the project without sbt as well by either depending on the library and calling
`IvyGraphMLDependencies.saveAsGraphML(IvyGraphMLDependencies.graph(reportFile), outputFile)` or by just getting the binary
and calling it like `scala sbt-dependency-graph-0.7.0.jar <ivy-report-xml-path> <target-path>`.
and calling it like `scala sbt-dependency-graph-0.7.2.jar <ivy-report-xml-path> <target-path>`.
Inner Workings
--------------