Skip to content

Commit 96e96e9

Browse files
authored
Merge pull request #735 from ahoppen/ahoppen/argument-parser-dependency
Change version dependency on `swift-argument-parser` to from `upToNextMinor` to `upToNextMajor`
2 parents 5ecbe02 + 2f36c1f commit 96e96e9

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: "main"),
253253
.package(name: "SwiftPM", url: "https://github.com/apple/swift-package-manager.git", branch: "main"),
254254
.package(url: "https://github.com/apple/swift-tools-support-core.git", branch: "main"),
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: "main"),
257257
]
258258
} else {

0 commit comments

Comments
 (0)