sbt-dependency-graph
sbt-dependency-graph copied to clipboard
How can I run for individual project ?
I already tried sbt module1/compile:dependencyTree or sbt module2/compile:dependencyTree but it still runs every project anyway.
I would like to generate the dependencies tree of all projects as a file. how can I do that?
It shouldn't (and runs per project for me when I scope it). Can you provide a repo to reproduce the issue?