Skip to content

Commit

Permalink
Bump swift-argument-parser from 1.3.1 to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-dependency-updater authored and Nef10 committed Jul 1, 2024
1 parent 49a01d9 commit 1c0e6db
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": "46989693916f56d1186bd59ac15124caef896560",
"version": "1.3.1"
"revision": "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
"version": "1.4.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.3.0")
.upToNextMinor(from: "1.4.0")
),
.package(
url: "https://github.com/Nef10/ShellOut.git",
Expand Down

0 comments on commit 1c0e6db

Please sign in to comment.