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 ea6525e commit 90f4dc7Copy full SHA for 90f4dc7
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", branch: "release/1.6.2"),
+ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.1"),
127
.package(url: "https://github.com/apple/swift-system", from: "1.5.0"),
128
]
129
} else {
0 commit comments