We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4333879 + 2c99bab commit 0d0cfe5Copy full SHA for 0d0cfe5
1 file changed
Package.swift
@@ -455,11 +455,11 @@ if useLocalDependencies {
455
}
456
} else {
457
package.dependencies += [
458
- .package(url: "https://github.com/swiftlang/swift-driver.git", branch: "release/6.2"),
+ .package(url: "https://github.com/swiftlang/swift-driver.git", branch: "release/6.2.1"),
459
.package(url: "https://github.com/apple/swift-system.git", .upToNextMajor(from: "1.5.0")),
460
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.3"),
461
]
462
if !useLLBuildFramework {
463
- package.dependencies += [.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "release/6.2"),]
+ package.dependencies += [.package(url: "https://github.com/swiftlang/swift-llbuild.git", branch: "release/6.2.1"),]
464
465
0 commit comments