Skip to content

Commit aee45a1

Browse files
authored
Merge pull request #534 from neonichu/bump-arg-parser
Bump swift-argument-parser to 0.4.1
2 parents 960cee1 + cabbe13 commit aee45a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
131131
// The 'swift-argument-parser' version declared here must match that
132132
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
133133
// dependency version changes here with those projects.
134-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
134+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.4.1")),
135135
]
136136
} else {
137137
package.dependencies += [

0 commit comments

Comments
 (0)