Skip to content

Commit 1bc5e9b

Browse files
committed
build: update swift-argument-parser depedency
Update the dependency to match the version in update-checkout for standalone builds.
1 parent 6abdf7b commit 1bc5e9b

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
@@ -810,7 +810,7 @@ var dependencies: [Package.Dependency] {
810810
.package(url: "https://github.com/swiftlang/swift-docc-symbolkit.git", branch: relatedDependenciesBranch),
811811
.package(url: "https://github.com/swiftlang/swift-markdown.git", branch: relatedDependenciesBranch),
812812
.package(url: "https://github.com/swiftlang/swift-tools-support-core.git", branch: relatedDependenciesBranch),
813-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
813+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.1"),
814814
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: relatedDependenciesBranch),
815815
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
816816
// Not a build dependency. Used so the "Format Source Code" command plugin can be used to format sourcekit-lsp

0 commit comments

Comments
 (0)