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 cdb0928 + 1162dae commit f73d080Copy full SHA for f73d080
Package.swift
@@ -224,7 +224,7 @@ let package = Package(
224
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
225
// Building standalone.
226
package.dependencies += [
227
- .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.2"))
+ .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2")
228
]
229
} else {
230
0 commit comments