Skip to content

Commit 65b1f3a

Browse files
chore(spm): update dependency apple/swift-argument-parser to from: "1.6.1"
1 parent bab8e05 commit 65b1f3a

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
@@ -10,7 +10,7 @@ let package = Package(
1010
.executable(name: "swish", targets: ["swish"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.5.0")),
13+
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMajor(from: "1.6.1")),
1414
.package(url: "https://github.com/tuist/FileSystem/", .upToNextMajor(from: "0.7.9")),
1515
.package(url: "https://github.com/tuist/command", .upToNextMajor(from: "0.13.0")),
1616
.package(url: "https://github.com/tuist/Noora/", .upToNextMajor(from: "0.36.2")),

0 commit comments

Comments
 (0)