-
Notifications
You must be signed in to change notification settings - Fork 113
dependencyTree only prints the module itself (no dependencies) #176
Comments
Getting a neat, reliable reproduction case is hard. Whether it works or not is not referentially transparent: it depends on the sequence of sbt commands with the same/different build config. But it appears to come down to setting: (Possibly also interacting with |
I'm reproducing this. sbt 0.13.18 Confirming that cached resolution behaves the same for me. Additionally, dependencyGraph yields:
|
I also stuck in this situation. |
Under sbt 0.13.17; sbt-dependency-draph 0.9.2, a multi-module project:
If run on the root project, it prints one line for each module and still thinks nothing depends on anything. If I downgrade to 0.8.2 it works fine.
Superficially similar to #171 except the output is one line rather than no line and different sbt versions.
Tomorrow I may try to find a more minimal reproduction.
The text was updated successfully, but these errors were encountered: