Skip to content

Commit a1621d6

Browse files
committed
Update Swift Argument Parser to 1.1.4
1 parent 1150908 commit a1621d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
],
1111
dependencies: [
1212
// Dependencies declare other packages that this package depends on.
13-
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.4.0"),
13+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.1.4"),
1414
.package(url: "https://github.com/soto-project/soto.git", from: "6.0.0"),
1515
.package(url: "https://github.com/jkmassel/prlctl.git", from: "1.17.0"),
1616
.package(url: "https://github.com/ebraraktas/swift-tqdm.git", from: "0.1.2"),

0 commit comments

Comments
 (0)