sbt, the interactive build tool
Go to file
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
metadata@eb8d9e382f Fetch test web server jars before sbt starts 2019-03-06 12:38:03 +01:00
modules Fix UpdateReport to be compatible with dependency-graph (#156) 2019-11-21 01:13:53 +01:00
project Update sbt-coursier, sbt-shading to 2.0.0-RC4-1 (#153) 2019-11-14 20:22:04 +01:00
scripts Commit sbt launcher in repo 2019-09-21 16:34:58 +02:00
.gitignore Clean-up .gitignore 2018-10-17 14:18:03 +02:00
.gitmodules Use handmade metadata from separate repo 2018-10-01 16:55:27 +02:00
.travis.yml Commit sbt launcher in repo 2019-09-21 16:34:58 +02:00
LICENSE Add LICENSE file 2016-11-10 11:24:46 -08:00
README.md Adjust badges 2019-03-27 15:55:50 +01:00
appveyor.yml Switch to sbt 1.3.2 2019-09-21 16:34:58 +02:00
build.sbt Update coursier to 2.0.0-RC5-2 (#155) 2019-11-14 15:03:37 +01:00
sbt Commit sbt launcher in repo 2019-09-21 16:34:58 +02:00

README.md

sbt-coursier

Build Status Build status (Windows) Maven Central

sbt plugins of coursier

See the coursier documentation for more details.