mirror of https://github.com/sbt/sbt.git
Fix minor typo.
This commit is contained in:
parent
5e3bbdb8c2
commit
6f4dfaa45e
|
|
@ -33,7 +33,7 @@ the notes of version [0.8.2](https://github.com/jrudolph/sbt-dependency-graph/tr
|
||||||
* `dependencyDot`: Generates a .dot file with the project's dependencies to `target/dependencies-<config>.dot`.
|
* `dependencyDot`: Generates a .dot file with the project's dependencies to `target/dependencies-<config>.dot`.
|
||||||
Use [graphviz](http://www.graphviz.org/) to render it to your preferred graphic format.
|
Use [graphviz](http://www.graphviz.org/) to render it to your preferred graphic format.
|
||||||
* `dependencyGraph`: Shows an ASCII graph of the project's dependencies on the sbt console (only supported on sbt 0.13)
|
* `dependencyGraph`: Shows an ASCII graph of the project's dependencies on the sbt console (only supported on sbt 0.13)
|
||||||
* `ivyReport`: let's ivy generate the resolution report for you project. Use
|
* `ivyReport`: Lets ivy generate the resolution report for you project. Use
|
||||||
`show ivyReport` for the filename of the generated report
|
`show ivyReport` for the filename of the generated report
|
||||||
|
|
||||||
All tasks can be scoped to a configuration to get the report for a specific configuration. `test:dependencyGraph`,
|
All tasks can be scoped to a configuration to get the report for a specific configuration. `test:dependencyGraph`,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue