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 6e3c2ba commit 2aae882Copy full SHA for 2aae882
Package.swift
@@ -572,7 +572,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
572
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
573
.package(url: "https://github.com/apple/swift-driver.git", .branch(relatedDependenciesBranch)),
574
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: minimumCryptoVersion)),
575
- .package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.0.0")),
+ .package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),
576
]
577
} else {
578
package.dependencies += [
0 commit comments