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 1ecfa30 + 554069b commit 7eb77deCopy full SHA for 7eb77de
Package.swift
@@ -176,7 +176,7 @@ let package = Package(
176
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
177
// Building standalone.
178
package.dependencies += [
179
- .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
+ .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.1.4")),
180
]
181
} else {
182
0 commit comments