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.
2 parents 8cc42e9 + 6e6433a commit 0f5396dCopy full SHA for 0f5396d
Package.swift
@@ -456,7 +456,7 @@ if useLocalDependencies {
456
} else {
457
package.dependencies += [
458
.package(url: "https://github.com/swiftlang/swift-driver.git", branch: "release/6.2"),
459
- .package(url: "https://github.com/apple/swift-system.git", .upToNextMajor(from: "1.4.1")),
+ .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 {
0 commit comments