Skip to content

Commit 4637f9a

Browse files
committed
Update swift-argument-parser
1 parent 1cc3fa5 commit 4637f9a

File tree

3 files changed

+4
-4
lines changed

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

[email protected]

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: "0.4.1")),
164+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")),
165165
]
166166
} else {
167167
package.dependencies += [

0 commit comments

Comments
 (0)