Skip to content

Commit cac5980

Browse files
authored
Merge pull request swiftlang#1578 from swiftlang/maxd/bump-argument-parser
Bump `swift-argument-parser` to 1.4.0
2 parents d7de803 + 5f8cfdf commit cac5980

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
165165
// The 'swift-argument-parser' version declared here must match that
166166
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
167167
// dependency version changes here with those projects.
168-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.2")),
169-
]
168+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.4.0")),
169+
]
170170
} else {
171171
package.dependencies += [
172172
.package(path: "../swift-tools-support-core"),

0 commit comments

Comments
 (0)