mirror of https://github.com/sbt/sbt.git
s/assembly/dependency-graph
This commit is contained in:
parent
5fe2abe28e
commit
b231d33bd1
|
|
@ -11,7 +11,7 @@ Requirements
|
||||||
How To Use
|
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
|
```scala
|
||||||
addSbtPlugin("net.virtualvoid" % "sbt-dependency-graph" % "0.5.1")
|
addSbtPlugin("net.virtualvoid" % "sbt-dependency-graph" % "0.5.1")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue