Skip to content

Commit 87770e6

Browse files
committed
Change version dependency on swift-argument-parser to from upToNextMinor to upToNextMajor
This will make SourceKit-LSP more tolerant with regard to which swift-argument-parser version it needs, resulting in fewer version conflicts for people who depend on SourceKit-LSP as a package dependency.
1 parent 05d998b commit 87770e6

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
@@ -252,7 +252,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
252252
.package(name: "IndexStoreDB", url: "https://github.com/apple/indexstore-db.git", .branch("release/5.9")),
253253
.package(name: "SwiftPM", url: "https://github.com/apple/swift-package-manager.git", .branch("release/5.9")),
254254
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("release/5.9")),
255-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.2")),
255+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
256256
.package(url: "https://github.com/apple/swift-syntax.git", .branch("release/5.9")),
257257
]
258258
} else {

0 commit comments

Comments
 (0)