sbt/.github
Eugene Yokota (eed3si9n) 61fe604519 refactor: Unify to dependency-tree
**Problem**
While sbt-dependency-graph is useful, not just for the basic ASCII graph,
but for DOT file generation etc, it adds a large number of settings and
tasks for combination of formats and actions to the point that
we actually disable most of them by default.

**Solution*
I've had an idea for a while that dependencyTree can be implemented
as a inputTask that accepts its own subcommands and options,
and this implements that.

For example, to open the browser that hosts a DOT file, now you can write
    dependencyTree dot --browse
2025-08-10 00:37:16 -04:00
..
ISSUE_TEMPLATE Fix dependencies and build 2024-10-09 08:53:58 +02:00
workflows refactor: Unify to dependency-tree 2025-08-10 00:37:16 -04:00
dependabot.yml add dependabot setting for develop branch 2024-09-29 07:46:18 +09:00