From f629ee79949ff57b19681f8d29438bc0533a7d3e Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Sun, 28 Apr 2013 11:07:36 +0200 Subject: [PATCH] update readme with new versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9e27a5d5..b48ec2503 100644 --- a/README.md +++ b/README.md @@ -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.2") +addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.3") ``` Then, add the following to your `/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.2.jar `. +and calling it like `scala sbt-dependency-graph-0.7.3.jar `. Inner Workings --------------