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.
swift-argument-parser
1 parent 454ff4b commit ea6525eCopy full SHA for ea6525e
Package.swift
@@ -123,7 +123,7 @@ let package = Package(
123
124
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
125
package.dependencies += [
126
- .package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
+ .package(url: "https://github.com/apple/swift-argument-parser", branch: "release/1.6.2"),
127
.package(url: "https://github.com/apple/swift-system", from: "1.5.0"),
128
]
129
} else {
0 commit comments