Less redundant dependencies in output

This commit is contained in:
Alexandre Archambault 2015-12-30 01:34:42 +01:00
parent 02a0ed5866
commit d47e6b074a
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ object Tasks {
if (verbosity >= 0)
errPrintln(s"Resolving ${currentProject.module.organization}:${currentProject.module.name}:${currentProject.version}")
if (verbosity >= 1)
for (depRepr <- depsRepr)
for (depRepr <- depsRepr.distinct)
errPrintln(s" $depRepr")
val res = startRes