Skip to content

Commit 0155ae0

Browse files
Change swift-argument-parser dependency from 'upToNextMinor' to 'from'. upToNextMinor is no longer needed since swift-argument-parser reached 1.0. Unblocks downstream projects from adopting a newer swift-argument-parser.
1 parent f470800 commit 0155ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
170170
// The 'swift-argument-parser' version declared here must match that
171171
// used by 'swift-package-manager' and 'sourcekit-lsp'. Please coordinate
172172
// dependency version changes here with those projects.
173-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.4.0")),
173+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"),
174174
]
175175
} else {
176176
package.dependencies += [

0 commit comments

Comments
 (0)