Skip to content

Commit 6e077fb

Browse files
committed
⬆️ Bump argument-parser to 1.5.1
1 parent 444c571 commit 6e077fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 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
.macOS(.v15),
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/apple/swift-argument-parser", exact: "1.5.0"),
12+
.package(url: "https://github.com/apple/swift-argument-parser", exact: "1.5.1"),
1313
.package(url: "https://github.com/pointfreeco/swift-parsing", from: "0.14.0"),
1414
.package(url: "https://github.com/stencilproject/Stencil.git", from: "0.15.1"),
1515
.package(url: "https://github.com/bigMOTOR/swift-lens", from: "1.1.0"),

0 commit comments

Comments
 (0)