Merge pull request #8359 from eed3si9n/wip/dependency-tree

[1.x] Use internal config for dependency tree (for Provided)
This commit is contained in:
eugene yokota 2025-12-19 01:08:44 -05:00 committed by GitHub
commit b536bc037d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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)