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 @@ -455,11 +455,11 @@ if useLocalDependencies {
455
455
}
456
456
} else {
457
457
package . dependencies += [
458
- . package ( url: " https://github.com/swiftlang/swift-driver.git " , branch: " release/6.2 " ) ,
458
+ . package ( url: " https://github.com/swiftlang/swift-driver.git " , branch: " release/6.2.1 " ) ,
459
459
. package ( url: " https://github.com/apple/swift-system.git " , . upToNextMajor( from: " 1.5.0 " ) ) ,
460
460
. package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.0.3 " ) ,
461
461
]
462
462
if !useLLBuildFramework {
463
- package . dependencies += [ . package ( url: " https://github.com/swiftlang/swift-llbuild.git " , branch: " release/6.2 " ) , ]
463
+ package . dependencies += [ . package ( url: " https://github.com/swiftlang/swift-llbuild.git " , branch: " release/6.2.1 " ) , ]
464
464
}
465
465
}
You can’t perform that action at this time.
0 commit comments