Skip to content

Commit 36cb30a

Browse files
Update dependency apple/swift-argument-parser to from: "1.7.0"
1 parent 8a22f81 commit 36cb30a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.executable(name: "shared-actions", targets: ["shared-actions"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0")
12+
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.7.0")
1313
],
1414
targets: [
1515
.target(name: "SharedActions"),

0 commit comments

Comments
 (0)