Skip to content

Commit

Permalink
Bump swift-argument-parser from 1.4.0 to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-dependency-updater authored and Nef10 committed Jul 27, 2024
1 parent 66c34fc commit 917c39b
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 @@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/apple/swift-argument-parser",
"state": {
"branch": null,
"revision": "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
"version": "1.4.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 @@ -20,7 +20,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/apple/swift-argument-parser",
.upToNextMinor(from: "1.4.0")
.upToNextMinor(from: "1.5.0")
),
.package(
url: "https://github.com/Nef10/ShellOut.git",
Expand Down

0 comments on commit 917c39b

Please sign in to comment.