mirror of https://github.com/sbt/sbt.git
Merge pull request #2 from retronym/patch-1
s/assembly/dependency-graph
This commit is contained in:
commit
7fbfd7aa8e
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue