Skip to content

Commit dee03c5

Browse files
committed
Package.swift: bump ArgumentParser to 1.1.4
1 parent f0efe6c commit dee03c5

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
@@ -161,7 +161,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
161161
// The 'swift-argument-parser' version declared here must match that
162162
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
163163
// dependency version changes here with those projects.
164-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
164+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.1.4")),
165165
]
166166
} else {
167167
package.dependencies += [

0 commit comments

Comments
 (0)