Skip to content

Commit 7e6fd10

Browse files
ahoppenallevato
authored andcommitted
Merge pull request #517 from ahoppen/ahoppen/argument-parser-dependency
Change version dependency on `swift-argument-parser` to from `upToNextMinor` to `upToNextMajor`
1 parent 7f58a91 commit 7e6fd10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
213213
// Building standalone.
214214
package.dependencies += [
215215
.package(
216-
url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
216+
url: "https://github.com/apple/swift-argument-parser.git",
217+
from: "1.2.2"
218+
),
217219
.package(
218220
url: "https://github.com/apple/swift-syntax.git",
219221
branch: "release/5.9"

0 commit comments

Comments
 (0)