sbt/modules
Alexandre Archambault dab476ab93 Add extra check
The size == 1 check just below is required for scripted to work fine.
(The first module report must correspond to the passed dependency for
scripted to find the sbt launcher JAR.)

It seems under some conditions, the sbt launcher dependency ends up
being duplicated (it's already duplicated in the allDependencies task,
that should be set by sbt). This in turn makes the check fail, and makes
scripted not find the sbt launcher. This happens with
playframework/interplay at commit d782b75.

The call to distinct circumvents that case.
2019-03-04 12:19:52 +01:00
..
lm-coursier/src Add extra check 2019-03-04 12:19:52 +01:00
sbt-coursier/src Switch to coursier 1.1.0-M12, use high level API 2019-02-26 13:37:30 +01:00
sbt-coursier-shared/src Switch to coursier 1.1.0-M12, use high level API 2019-02-26 13:37:30 +01:00
sbt-lm-coursier/src/main/scala Switch to coursier 1.1.0-M12, use high level API 2019-02-26 13:37:30 +01: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 Switch to coursier 1.1.0-M12, use high level API 2019-02-26 13:37:30 +01:00