sbt, the interactive build tool
Go to file
Stephane Landelle b643112c2a
Merge transitive and direct reverse dependencies, close sbt/stb#5484 (#209)
Motivation:

Direct reverse dependencies Map is added into the transitive reverse dependencies Map, so any dependency existing in both Maps loses transitive callers.

This behavior is not consistent with the ivy based lm and is not desirable: the goal is to have the complete callers tree.

Modification:

Merge the 2 maps instead of adding and lose values for conflicting keys.

Result:

Transitive callers are not lost when dependency is also pulled directly.
2020-03-31 15:35:50 +02:00
metadata@eb8d9e382f Fetch test web server jars before sbt starts 2019-03-06 12:38:03 +01:00
modules Merge transitive and direct reverse dependencies, close sbt/stb#5484 (#209) 2020-03-31 15:35:50 +02:00
project Add FromCoursier to mima exclusions (#210) 2020-03-31 02:16:21 +02: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-RC6-10 (#201) 2020-03-02 10:42:40 +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.