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 {
455455 }
456456} else {
457457 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 " ) ,
459459 . package ( url: " https://github.com/apple/swift-system.git " , . upToNextMajor( from: " 1.5.0 " ) ) ,
460460 . package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.0.3 " ) ,
461461 ]
462462 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 " ) , ]
464464 }
465465}
You can’t perform that action at this time.
0 commit comments