File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -471,11 +471,11 @@ if useLocalDependencies {
471471 }
472472} else {
473473 package . dependencies += [
474- . package ( url: " https://github.com/swiftlang/swift-driver.git " , branch: " main " ) ,
474+ . package ( url: " https://github.com/swiftlang/swift-driver.git " , branch: " release/6.3 " ) ,
475475 . package ( url: " https://github.com/apple/swift-system.git " , . upToNextMajor( from: " 1.5.0 " ) ) ,
476476 . package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.0.3 " ) ,
477477 ]
478478 if !useLLBuildFramework {
479- package . dependencies += [ . package ( url: " https://github.com/swiftlang/swift-llbuild.git " , branch: " main " ) , ]
479+ package . dependencies += [ . package ( url: " https://github.com/swiftlang/swift-llbuild.git " , branch: " release/6.3 " ) , ]
480480 }
481481}
You can’t perform that action at this time.
0 commit comments