Skip to content

Commit 5d75190

Browse files
Update dependency apple/swift-argument-parser to from: "1.6.1"
1 parent f99b38e commit 5d75190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/ios/tools/release/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.executable(name: "release", targets: ["Release"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.1"),
13+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.6.1"),
1414
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "483396af716a59eb45379126389a063f7f9bee80")
1515
// .package(path: "../../../../../swift-command-line-tools")
1616
],

0 commit comments

Comments
 (0)