Skip to content

Commit 7bd8624

Browse files
authored
Bump swift-argument-parser to fix warnings (#82)
1 parent 753d212 commit 7bd8624

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
.executable(name: "reminders", targets: ["reminders"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.1.4")),
13+
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.3.1")),
1414
],
1515
targets: [
1616
.executableTarget(

0 commit comments

Comments
 (0)