From 93899f2eca2f8bc0c13d7dbda185b112ce33ba99 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Tue, 24 Oct 2017 18:35:40 +0200 Subject: [PATCH] Update README to de-emphasize `dependencyGraph` which is missing from sbt 1.0 version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce67a58d1..e4ad588b8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ the notes of version [0.8.2](https://github.com/jrudolph/sbt-dependency-graph/tr * `dependencyTree`: Shows an ASCII tree representation of the project's dependencies * `dependencyBrowseGraph`: Opens a browser window with a visualization of the dependency graph (courtesy of graphlib-dot + dagre-d3). - * `dependencyGraph`: Shows an ASCII graph of the project's dependencies on the sbt console * `dependencyList`: Shows a flat list of all transitive dependencies on the sbt console (sorted by organization and name) * `whatDependsOn `: Find out what depends on an artifact. Shows a reverse dependency tree for the selected module. @@ -33,6 +32,7 @@ the notes of version [0.8.2](https://github.com/jrudolph/sbt-dependency-graph/tr Use e.g. [yEd](http://www.yworks.com/en/products_yed_about.html) to format the graph to your needs. * `dependencyDot`: Generates a .dot file with the project's dependencies to `target/dependencies-.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 `show ivyReport` for the filename of the generated report @@ -70,4 +70,4 @@ Published under the [Apache License 2.0](http://en.wikipedia.org/wiki/Apache_lic [global plugin]: http://www.scala-sbt.org/0.13/tutorial/Using-Plugins.html#Global+plugins [global build configuration]: http://www.scala-sbt.org/0.13/docs/Global-Settings.html -[#19]: https://github.com/jrudolph/sbt-dependency-graph/issues/19 \ No newline at end of file +[#19]: https://github.com/jrudolph/sbt-dependency-graph/issues/19