Skip to content

Commit ea6525e

Browse files
committed
Bump swift-argument-parser to 1.6.2
1 parent 454ff4b commit ea6525e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ let package = Package(
123123

124124
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
125125
package.dependencies += [
126-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"),
126+
.package(url: "https://github.com/apple/swift-argument-parser", branch: "release/1.6.2"),
127127
.package(url: "https://github.com/apple/swift-system", from: "1.5.0"),
128128
]
129129
} else {

0 commit comments

Comments
 (0)