s/assembly/dependency-graph

This commit is contained in:
Jason Zaugg 2011-11-23 09:18:45 +01:00
parent 5fe2abe28e
commit b231d33bd1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Requirements
How To Use
----------
For sbt 0.11, add sbt-assembly as a dependency in `project/plugins.sbt`:
For sbt 0.11, add sbt-dependency-graph as a dependency in `project/plugins.sbt`:
```scala
addSbtPlugin("net.virtualvoid" % "sbt-dependency-graph" % "0.5.1")