whatDependsOn

whatDependsOn finds out how a (potentially transitive) dependency was pulled into your project. It will show a reverse dependency tree for that dependency.

Syntax

whatDependsOn <organization> <module> <revision>?

The <revision> argument is optional. The task supports tab completion on the sbt console.

Example