Skip to content

Commit

Permalink
Bump swift-argument-parser from 1.2.3 to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-dependency-updater authored and Nef10 committed Jan 13, 2024
1 parent 2532dc3 commit 6eac87d
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": "8f4d2753f0e4778c76d5f05ad16c74f707390531",
"version": "1.2.3"
"revision": "c8ed701b513cf5177118a175d85fbbbcd707ab41",
"version": "1.3.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.2.0")
.upToNextMinor(from: "1.3.0")
),
.package(
url: "https://github.com/Nef10/ShellOut.git",
Expand Down

0 comments on commit 6eac87d

Please sign in to comment.