Skip to content

Commit

Permalink
Bump swift-argument-parser to 1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marcin Iwanicki <[email protected]>
  • Loading branch information
marciniwanicki committed Oct 5, 2024
1 parent 8ae8a10 commit 20d9d31
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 @@ -33,8 +33,8 @@
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "fddd1c00396eed152c45a46bea9f47b98e59301d",
"version": "1.2.0"
"revision": "41982a3656a71c768319979febd796c6fd111d5c",
"version": "1.5.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-tools-support-core.git", from: "0.3.0"),
.package(url: "https://github.com/kylef/PathKit", from: "1.0.0"),
.package(url: "https://github.com/tuist/xcodeproj.git", from: "8.15.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
],
targets: [
.executableTarget(
Expand Down

0 comments on commit 20d9d31

Please sign in to comment.