Skip to content

Commit 90f4dc7

Browse files
authored
Lower SAP requirement to 1.5.1 in Package.swift
1 parent ea6525e commit 90f4dc7

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", branch: "release/1.6.2"),
126+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.1"),
127127
.package(url: "https://github.com/apple/swift-system", from: "1.5.0"),
128128
]
129129
} else {

0 commit comments

Comments
 (0)