sbt/modules
eugene yokota dc5b9ecd12 Fix UpdateReport to be compatible with dependency-graph (#156)
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.
2019-11-21 01:13:53 +01:00
..
lm-coursier/src Fix UpdateReport to be compatible with dependency-graph (#156) 2019-11-21 01:13:53 +01:00
sbt-coursier/src Fix UpdateReport to be compatible with dependency-graph (#156) 2019-11-21 01:13:53 +01:00
sbt-coursier-shared/src Add strict reconciliation, and versionReconciliation key 2019-08-14 17:28:30 +02:00
sbt-lm-coursier/src/main/scala Add strict reconciliation, and versionReconciliation key 2019-08-14 17:28:30 +02:00
sbt-pgp-coursier/src Refactor sbt-coursier, move bits of it to new lm-coursier module (#6) 2018-11-20 10:16:08 +01:00
sbt-shading/src Less verbose output during shading 2019-08-14 17:28:30 +02:00