Skip to content

Commit e940d78

Browse files
Update dependency apple/swift-argument-parser to from: "1.6.1"
1 parent 8032e6c commit e940d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.executable(name: "SwiftFileTools", targets: ["SwiftFileTools"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.1"),
15+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.6.1"),
1616
.package(url: "https://github.com/onevcat/Rainbow", .upToNextMajor(from: "4.1.0"))
1717
],
1818
targets: [

0 commit comments

Comments
 (0)