We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab8e05 commit 65b1f3aCopy full SHA for 65b1f3a
Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
.executable(name: "swish", targets: ["swish"]),
11
],
12
dependencies: [
13
- .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.5.0")),
+ .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.6.1")),
14
.package(url: "https://github.com/tuist/FileSystem/", .upToNextMajor(from: "0.7.9")),
15
.package(url: "https://github.com/tuist/command", .upToNextMajor(from: "0.13.0")),
16
.package(url: "https://github.com/tuist/Noora/", .upToNextMajor(from: "0.36.2")),
0 commit comments