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 f2b3e6c commit 73e082fCopy full SHA for 73e082f
Package.swift
@@ -217,7 +217,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
217
url: "https://github.com/apple/swift-argument-parser.git",
218
// This should be kept in sync with the same dependency used by
219
// swift-syntax.
220
- Version("1.0.1")..<Version("1.2.0")
+ .upToNextMinor(from: "1.2.2")
221
),
222
.package(
223
url: "https://github.com/apple/swift-syntax.git",
0 commit comments