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 8032e6c commit e940d78Copy full SHA for e940d78
Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
.executable(name: "SwiftFileTools", targets: ["SwiftFileTools"])
13
],
14
dependencies: [
15
- .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.1"),
+ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.1"),
16
.package(url: "https://github.com/onevcat/Rainbow", .upToNextMajor(from: "4.1.0"))
17
18
targets: [
0 commit comments