We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a092211 commit 1265846Copy full SHA for 1265846
Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
.executable(name: "tools", targets: ["Tools"])
13
],
14
dependencies: [
15
- .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.5.1")),
+ .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.6.0")),
16
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "e5eaab1558ef664e6cd80493f64259381670fb3a"),
17
// .package(path: "../../../swift-command-line-tools"),
18
.package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "6.0.2"))
0 commit comments