File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 " ) ,
You can’t perform that action at this time.
0 commit comments