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 cf22332 + bb2e85d commit 5bcfbffCopy full SHA for 5bcfbff
Package.swift
@@ -213,10 +213,8 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
213
// Building standalone.
214
package.dependencies += [
215
.package(
216
- url: "https://github.com/apple/swift-argument-parser.git",
217
- // This should be kept in sync with the same dependency used by
218
- // swift-syntax.
219
- .upToNextMinor(from: "1.2.2")
+ url: "https://github.com/apple/swift-argument-parser.git",
+ from: "1.2.2"
220
),
221
222
url: "https://github.com/apple/swift-syntax.git",
0 commit comments