Skip to content

Commit c7bb34f

Browse files
committed
Bump swift-argument-parser to 1.3.1
rdar://118081439
1 parent e48fbbf commit c7bb34f

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

0 commit comments

Comments
 (0)