Also mention 0.13

0.13 release announcement mentions this plugin, in this version:

https://groups.google.com/d/msg/simple-build-tool/0AGST5qPbzw/CrN1sJ6ut-AJ

Hence, the README should be updated as well.
This commit is contained in:
Paolo G. Giarrusso 2013-08-27 15:21:37 +02:00
parent ff8d9b82b0
commit 90500a9f9b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Visualize your project's dependencies.
How To Use
----------
For sbt 0.11/0.12, add sbt-dependency-graph as a dependency in `project/plugins.sbt`:
For sbt 0.11/0.12/0.13, add sbt-dependency-graph as a dependency in `project/plugins.sbt`:
```scala
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4")