sbt-dependency-graph v0.10.0-RC1 Release Notes
Release Date: 2019-07-24 // about 4 years ago-
- #136: Added
dependencyBrowseTree
to open a searchable dependency tree in the browser. Thanks, @pcejrowski for contributing this feature. - #163: Remove some usage of internal sbt APIs, this allows to run sbt-dependency-graph with sbt 1.3.0 but results are not entirely correct.
- #165: For common operations introduce
asString
,printToConsole
, andtoFile
subtasks
- #136: Added
Previous changes from v0.9.2
-
- #159: Fixed regression in
whatDependsOn
where task parser failed when no other sbt-dependency-graph task was called before
- #159: Fixed regression in