sbt-dependency-graph icon indicating copy to clipboard operation
sbt-dependency-graph copied to clipboard

Add option to list only project modules

Open LukaJCB opened this issue 5 years ago • 1 comments

I think it'd be a very useful option to filter out all libraryDependencies and just show all the sbt subprojects/modules.

LukaJCB avatar Jun 06 '19 18:06 LukaJCB

Similarly, filtering the modules to a specific group would be useful. In mvn, one can do mvn dependency:tree -Dincludes=*akka* and only see the Akka dependencies (and the path to those).

udalrich avatar Aug 19 '19 15:08 udalrich