Skip to content

Commit 8f6fe1b

Browse files
authored
Merge pull request #247 from apple/nate/update_argumentparser_0.3.1
Update swift-argument-parser dependency
2 parents 2719bf4 + a58bd34 commit 8f6fe1b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
8282
package.dependencies += [
8383
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("master")),
8484
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMinor(from: "4.0.0")),
85-
.package(url: "https://github.com/apple/swift-argument-parser.git", .exact("0.3.0"))
85+
// The 'swift-argument-parser' version declared here must match that
86+
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
87+
// dependency version changes here with those projects.
88+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
8689
]
8790
} else {
8891
package.dependencies += [

0 commit comments

Comments
 (0)