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 4fb1a8e commit 8145889Copy full SHA for 8145889
Package.swift
@@ -232,7 +232,7 @@ if getenv("SWIFTCI_USE_LOCAL_DEPS") == nil {
232
.package(url: "https://github.com/apple/indexstore-db.git", .branch("master")),
233
.package(url: "https://github.com/apple/swift-package-manager.git", .branch("master")),
234
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("master")),
235
- .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.0")),
+ .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
236
]
237
} else {
238
package.dependencies += [
0 commit comments