We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a8f57 commit d157163Copy full SHA for d157163
README.md
@@ -11,7 +11,7 @@ install it as a [global plugin] so that you can use it in any SBT project withou
11
this, add the plugin dependency to `~/.sbt/0.13/plugins/plugins.sbt` for sbt 0.13 or `~/.sbt/1.0/plugins/plugins.sbt` for sbt 1.0:
12
13
```scala
14
-addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")
+addSbtPlugin("org.hammerlab" % "sbt-dependency-graph" % "0.10.1")
15
```
16
17
To add the plugin only to a single project, put this line into `project/plugins.sbt` of your project, instead.
0 commit comments