We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561e474 commit b51f812Copy full SHA for b51f812
Package.swift
@@ -455,7 +455,7 @@ 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: "main"),
459
.package(url: "https://github.com/apple/swift-system.git", .upToNextMajor(from: "1.4.1")),
460
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.0.3"),
461
]
0 commit comments