mirror of https://github.com/sbt/sbt.git
Merge pull request #38 from Blaisorblade/patch-1
README: mention SBT 0.13
This commit is contained in:
commit
9988c8fbe2
|
|
@ -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