Skip to content

Commit d8cec15

Browse files
committed
build: update swift-argument-parser dependency
Update the dependency to match the version in update-checkout for standalone builds.
1 parent 246d7bc commit d8cec15

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
@@ -1100,7 +1100,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
11001100
// The 'swift-argument-parser' version declared here must match that
11011101
// used by 'swift-driver' and 'sourcekit-lsp'. Please coordinate
11021102
// dependency version changes here with those projects.
1103-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.4.0")),
1103+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.5.1")),
11041104
.package(url: "https://github.com/swiftlang/swift-driver.git", branch: relatedDependenciesBranch),
11051105
.package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "3.0.0")),
11061106
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: relatedDependenciesBranch),

0 commit comments

Comments
 (0)