sbt/main/src/test/scala
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
..
sbt refactor: Unify to dependency-tree 2025-08-10 00:37:16 -04:00
testpkg update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
BuildPathsTest.scala Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
ClasspathsTest.scala update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
Delegates.scala update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
ParseKeySpec.scala update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
ParserSpec.scala update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
PluginCommandTest.scala update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
PluginsTest.scala Merge branch '1.10.x' into wip/merge-1.10.x 2024-05-07 04:39:25 -04:00
ProjectMacro.scala update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00
ProjectSpec.scala Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00
SelectedFilterTest.scala Hermetic incremental test 2024-09-08 12:50:45 -04:00
TagsTest.scala update .scalafmt.conf. enforce new scala 3 syntax 2025-01-02 11:25:34 +09:00