Skip to content

Commit 96c2a93

Browse files
author
Matthew Judy
committed
Update ArgumentParser to 1.3.0.
1 parent 1dcfbef commit 96c2a93

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
@@ -24,7 +24,7 @@ let package: Package = Package(
2424
],
2525

2626
dependencies: [
27-
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.2.0"))
27+
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.3.0"))
2828
],
2929

3030
targets: [

0 commit comments

Comments
 (0)