mirror of
https://github.com/element-hq/element-x-ios.git
synced 2026-01-16 23:01:33 +00:00
Update dependency apple/swift-argument-parser to from: "1.6.2"
This commit is contained in:
parent
43d1dbd8ea
commit
f67bfafc32
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ let package = Package(
|
|||
.executable(name: "tools", targets: ["Tools"])
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.6.1")),
|
||||
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.6.2")),
|
||||
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "e5eaab1558ef664e6cd80493f64259381670fb3a"),
|
||||
// .package(path: "../../../swift-command-line-tools"),
|
||||
.package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "6.2.0"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue