Skip to content

Commit 679a16a

Browse files
committed
Bump swift-argument-parser to 0.4.1
1 parent 5c6dede commit 679a16a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
104104
// The 'swift-argument-parser' version declared here must match that
105105
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
106106
// dependency version changes here with those projects.
107-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
107+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.4.1")),
108108
]
109109
} else {
110110
package.dependencies += [

0 commit comments

Comments
 (0)