Skip to content

Commit 2f2d919

Browse files
committed
Update swift argument parser dependency
1 parent 5be20d3 commit 2f2d919

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
@@ -19,7 +19,7 @@ let package = Package(
1919
],
2020
dependencies: [
2121
.package(url: "https://github.com/tomlokhorst/XcodeEdit", from: "2.13.0"),
22-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.1.0"),
22+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
2323
],
2424
targets: [
2525
.target(name: "RswiftResources"),

0 commit comments

Comments
 (0)