mirror of https://github.com/sbt/sbt.git
Automatic reformattig
Somehow this one was missed to be published before.
This commit is contained in:
parent
90f6cedb34
commit
cf7926d4f5
|
|
@ -40,12 +40,12 @@ object SbtUpdateReport {
|
|||
val jarFile = report.artifacts.find(_._1.`type` == "jar").orElse(report.artifacts.find(_._1.extension == "jar")).map(_._2)
|
||||
(
|
||||
Module(
|
||||
id = report.module,
|
||||
license = report.licenses.headOption.map(_._1),
|
||||
evictedByVersion = evictedByVersion,
|
||||
jarFile = jarFile,
|
||||
error = report.problem),
|
||||
report.callers.map(caller ⇒ Edge(caller.caller, report.module)))
|
||||
id = report.module,
|
||||
license = report.licenses.headOption.map(_._1),
|
||||
evictedByVersion = evictedByVersion,
|
||||
jarFile = jarFile,
|
||||
error = report.problem),
|
||||
report.callers.map(caller ⇒ Edge(caller.caller, report.module)))
|
||||
}
|
||||
|
||||
val (nodes, edges) = report.details.flatMap(moduleEdges).unzip
|
||||
|
|
|
|||
Loading…
Reference in New Issue