mirror of https://github.com/sbt/sbt.git
Merge pull request #8359 from eed3si9n/wip/dependency-tree
[1.x] Use internal config for dependency tree (for Provided)
This commit is contained in:
commit
b536bc037d
|
|
@ -70,8 +70,9 @@ object DependencyTreeSettings {
|
|||
),
|
||||
dependencyTreeModuleGraph0 := {
|
||||
val sv = scalaVersion.value
|
||||
val internalConfig = Configurations.internalMap(configuration.value)
|
||||
val g = dependencyTreeIgnoreMissingUpdate.value
|
||||
.configuration(configuration.value)
|
||||
.configuration(internalConfig)
|
||||
.map(
|
||||
report =>
|
||||
SbtUpdateReport.fromConfigurationReport(report, dependencyTreeCrossProjectId.value)
|
||||
|
|
|
|||
Loading…
Reference in New Issue