Skip to content

Commit 651aced

Browse files
authored
Merge pull request #763 from ahoppen/ahoppen/5.9/force-resolved-versions
[5.9] Don’t update Package.resolved from sourcekit-lsp
2 parents af5cd53 + 531f8a9 commit 651aced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SKSwiftPMWorkspace/SwiftPMWorkspace.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ extension SwiftPMWorkspace {
177177

178178
let packageGraph = try self.workspace.loadPackageGraph(
179179
rootInput: PackageGraphRootInput(packages: [packageRoot]),
180+
forceResolvedVersions: true,
180181
observabilityScope: observabilitySystem.topScope
181182
)
182183

0 commit comments

Comments
 (0)