Skip to content

Commit ac59056

Browse files
authored
update Swift-driver dependency (#8324)
The swift-driver dependency was refering to the Apple organization. The swift-driver repo is now in swiftlang
1 parent 9d04a05 commit ac59056

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
@@ -1000,7 +1000,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
10001000
// used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
10011001
// dependency version changes here with those projects.
10021002
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.4.0")),
1003-
.package(url: "https://github.com/apple/swift-driver.git", branch: relatedDependenciesBranch),
1003+
.package(url: "https://github.com/swiftlang/swift-driver.git", branch: relatedDependenciesBranch),
10041004
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "3.0.0")),
10051005
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: relatedDependenciesBranch),
10061006
.package(url: "https://github.com/apple/swift-system.git", from: "1.1.1"),

0 commit comments

Comments
 (0)