Skip to content

Commit 7ef36ba

Browse files
committed
Updated swift-argument-parser to 1.4.0 (was 1.3.1)
1 parent 21952d5 commit 7ef36ba

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
@@ -12,7 +12,7 @@ let package = Package(
1212
.executable(name: "SwiftFileTools", targets: ["SwiftFileTools"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.1"),
15+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.4.0"),
1616
.package(url: "https://github.com/apple/example-package-figlet", branch: "main"),
1717
.package(url: "https://github.com/onevcat/Rainbow", .upToNextMajor(from: "4.0.1"))
1818
],

0 commit comments

Comments
 (0)