mirror of https://github.com/sbt/sbt.git
Less redundant dependencies in output
This commit is contained in:
parent
02a0ed5866
commit
d47e6b074a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue