Skip to content

Commit

Permalink
Bump swift-argument-parser to fix warnings (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
keith authored May 7, 2024
1 parent 753d212 commit 7bd8624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "9f39744e025c7d377987f30b03770805dcb0bcd1",
"version": "1.1.4"
"revision": "46989693916f56d1186bd59ac15124caef896560",
"version": "1.3.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.executable(name: "reminders", targets: ["reminders"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.1.4")),
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.3.1")),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 7bd8624

Please sign in to comment.