Skip to content

Commit 8145889

Browse files
authored
Require ArgumentParser 0.3.1 in Package.swift
1 parent 4fb1a8e commit 8145889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ if getenv("SWIFTCI_USE_LOCAL_DEPS") == nil {
232232
.package(url: "https://github.com/apple/indexstore-db.git", .branch("master")),
233233
.package(url: "https://github.com/apple/swift-package-manager.git", .branch("master")),
234234
.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")),
235+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
236236
]
237237
} else {
238238
package.dependencies += [

0 commit comments

Comments
 (0)