Skip to content

Commit b72c1f0

Browse files
authored
Merge pull request swiftlang#1285 from tomerd/arg-parser-1.2
update argument parser to 1.2.x
2 parents b3e522d + 421375b commit b72c1f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/apple/swift-argument-parser.git",
77
"state": {
88
"branch": null,
9-
"revision": "9f39744e025c7d377987f30b03770805dcb0bcd1",
10-
"version": "1.1.4"
9+
"revision": "fee6933f37fde9a5e12a1e4aeaa93fe60116ff2a",
10+
"version": "1.2.2"
1111
}
1212
},
1313
{

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

0 commit comments

Comments
 (0)