From 23b6dc86442e17b3822939dd0b1b1b9803487b04 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Sat, 2 Mar 2013 12:08:56 +0100 Subject: [PATCH] upgrade README instructions to recent version 0.7.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4497c98cf..e48facfe6 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.0") +addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.1") ``` Then, add the following to your `/build.sbt` (that's not `project/build.sbt`!) as a standalone line: