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.
Package.swift
1 parent 20d5fb9 commit 808d403Copy full SHA for 808d403
Package.swift
@@ -219,7 +219,7 @@ let package = Package(
219
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
220
// Building standalone.
221
package.dependencies += [
222
- .package(url: "https://github.com/apple/swift-argument-parser.git", Version("1.0.1")..<Version("1.2.0"))
+ .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.2"))
223
]
224
} else {
225
0 commit comments