Skip to content

Commit 1265846

Browse files
renovate[bot]stefanceriu
authored andcommitted
Update dependency apple/swift-argument-parser to from: "1.6.0"
1 parent a092211 commit 1265846

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: "tools", targets: ["Tools"])
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.5.1")),
15+
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.6.0")),
1616
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "e5eaab1558ef664e6cd80493f64259381670fb3a"),
1717
// .package(path: "../../../swift-command-line-tools"),
1818
.package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "6.0.2"))

0 commit comments

Comments
 (0)