mirror of https://github.com/sbt/sbt.git
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:
parent
ff8d9b82b0
commit
90500a9f9b
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue