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 d258b76 commit 8e73dbbCopy full SHA for 8e73dbb
Package.swift
@@ -127,7 +127,7 @@ let package = Package(
127
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
128
package.dependencies += [
129
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
130
- .package(url: "https://github.com/apple/swift-system", from: "1.3.0"),
+ .package(url: "https://github.com/apple/swift-system", .upToNextMajor(from: "1.3.0")),
131
]
132
} else {
133
0 commit comments