mirror of https://github.com/sbt/sbt.git
Fixes https://github.com/coursier/coursier/issues/1375 Ref https://github.com/sbt/sbt/issues/4706 / https://github.com/sbt/sbt/issues/4688 Ref https://github.com/jrudolph/sbt-dependency-graph/issues/178 Currently the UpdateReport returned by Coursier is missing callers from the direct dependencies. This is evident from the fact that `thisModule`'s information is not passed. Another missing information in the UpdateReport is ModuleReport that originates from subproject dependencies (aka inter-project dependencies). These two missing info result in broken rendering for sbt-dependency-graph. This commit attemps to fix them by passing them through to SbtUpdateReport. See the scripted test for confirmation. |
||
|---|---|---|
| .. | ||
| lm-coursier/src | ||
| sbt-coursier/src | ||
| sbt-coursier-shared/src | ||
| sbt-lm-coursier/src/main/scala | ||
| sbt-pgp-coursier/src | ||
| sbt-shading/src | ||