Skip to content

Commit 9792a07

Browse files
committedJan 22, 2025
[swift-inspect] bump swift-argument-parser version to 1.5.0
1 parent 509a077 commit 9792a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/swift-inspect/Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let package = Package(
5050

5151
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
5252
package.dependencies += [
53-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
53+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),
5454
]
5555
} else {
5656
package.dependencies += [.package(path: "../../../swift-argument-parser")]

0 commit comments

Comments
 (0)
Please sign in to comment.