Skip to content

Commit 7eb77de

Browse files
authored
Merge pull request #740 from jpsim/jp-swift-argument-parser-1.1.4
Update swift-argument-parser to the latest release
2 parents 1ecfa30 + 554069b commit 7eb77de

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
@@ -176,7 +176,7 @@ let package = Package(
176176
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
177177
// Building standalone.
178178
package.dependencies += [
179-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
179+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.1.4")),
180180
]
181181
} else {
182182
package.dependencies += [

0 commit comments

Comments
 (0)