Skip to content

Commit e1102e4

Browse files
tomerdMaxDesiatov
andauthored
bump argument parser version to 1.2.x (#6131)
* bump argument parser version to 1.2.x * Update Package.swift Co-authored-by: Max Desiatov <[email protected]> * Update Package.swift --------- Co-authored-by: Max Desiatov <[email protected]>
1 parent 1059cb8 commit e1102e4

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
@@ -697,7 +697,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
697697
// The 'swift-argument-parser' version declared here must match that
698698
// used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
699699
// dependency version changes here with those projects.
700-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.1.4")),
700+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.2")),
701701
.package(url: "https://github.com/apple/swift-driver.git", .branch(relatedDependenciesBranch)),
702702
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: minimumCryptoVersion)),
703703
.package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")),

0 commit comments

Comments
 (0)