Skip to content

Commit 2fa7228

Browse files
authored
Update the swift-llbuild in Package.swift to release/6.2 branch (swiftlang#409)
1 parent 65eed71 commit 2fa7228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,6 @@ if useLocalDependencies {
443443
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.3"),
444444
]
445445
if !useLLBuildFramework {
446-
package.dependencies += [.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "main"),]
446+
package.dependencies += [.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "release/6.2"),]
447447
}
448448
}

0 commit comments

Comments
 (0)