Skip to content

Commit bbb8e76

Browse files
authored
Update Package.swift
1 parent 0e37358 commit bbb8e76

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
@@ -244,7 +244,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
244244
.package(name: "IndexStoreDB", url: "https://github.com/apple/indexstore-db.git", .branch("main")),
245245
.package(name: "SwiftPM", url: "https://github.com/apple/swift-package-manager.git", .branch("main")),
246246
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("main")),
247-
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.0")),
247+
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.2")),
248248
.package(url: "https://github.com/apple/swift-syntax.git", .branch("main")),
249249
]
250250
} else {

0 commit comments

Comments
 (0)