sbt/.github/workflows
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
..
ci.yml refactor: Unify to dependency-tree 2025-08-10 00:37:16 -04:00
cla.yml Use new Scala CLA checker 2024-12-17 14:58:29 -08:00
dependency-graph.yml Forward Port #7746 2024-10-10 00:21:51 -07:00
lock-thread.yml Lock only issues 2023-12-11 18:54:05 -05:00
nightly.yml Fix nightly workflow 2024-10-09 13:43:02 +02:00
winget.yml Create winget.yml 2023-02-27 14:57:36 +05:30