Merge pull request #38 from Blaisorblade/patch-1

README: mention SBT 0.13
This commit is contained in:
Johannes Rudolph 2013-08-27 06:24:46 -07:00
commit 9988c8fbe2
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")