Skip to content

Commit b016a0d

Browse files
authored
Merge pull request #1172 from swiftlang/maxd/bump-argument-parser
Bump `swift-argument-parser` to 1.4.0
2 parents 158bed8 + e9ce0d3 commit b016a0d

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
@@ -473,7 +473,7 @@ var dependencies: [Package.Dependency] {
473473
.package(url: "https://github.com/swiftlang/indexstore-db.git", branch: relatedDependenciesBranch),
474474
.package(url: "https://github.com/swiftlang/swift-package-manager.git", branch: relatedDependenciesBranch),
475475
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: relatedDependenciesBranch),
476-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
476+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
477477
.package(url: "https://github.com/swiftlang/swift-syntax.git", branch: relatedDependenciesBranch),
478478
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
479479
// Not a build dependency. Used so the "Format Source Code" command plugin can be used to format sourcekit-lsp

0 commit comments

Comments
 (0)