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 @@ -447,11 +447,11 @@ if useLocalDependencies {
447
447
}
448
448
} else {
449
449
package . dependencies += [
450
- . package ( url: " https://github.com/swiftlang/swift-driver.git " , branch: " main " ) ,
450
+ . package ( url: " https://github.com/swiftlang/swift-driver.git " , branch: " release/6.2 " ) ,
451
451
. package ( url: " https://github.com/apple/swift-system.git " , . upToNextMajor( from: " 1.4.1 " ) ) ,
452
452
. package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.0.3 " ) ,
453
453
]
454
454
if !useLLBuildFramework {
455
- package . dependencies += [ . package ( url: " https://github.com/swiftlang/swift-llbuild.git " , branch: " main " ) , ]
455
+ package . dependencies += [ . package ( url: " https://github.com/swiftlang/swift-llbuild.git " , branch: " release/6.2 " ) , ]
456
456
}
457
457
}
You can’t perform that action at this time.
0 commit comments