Merge pull request #151 from leifwickland/patch-1

Fix minor typo
This commit is contained in:
Johannes Rudolph 2018-04-11 17:09:47 +02:00 committed by GitHub
commit 3b1207e9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.
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)
* `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
All tasks can be scoped to a configuration to get the report for a specific configuration. `test:dependencyGraph`,