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 d255ccb commit 662bb37Copy full SHA for 662bb37
Package.swift
@@ -170,7 +170,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
170
// The 'swift-argument-parser' version declared here must match that
171
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
172
// dependency version changes here with those projects.
173
- .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
+ .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.1"),
174
]
175
} else {
176
package.dependencies += [
0 commit comments