Skip to content

Commit c6e5ceb

Browse files
⬆️ Bump github.com/apple/swift-argument-parser
Bumps [github.com/apple/swift-argument-parser](https://github.com/apple/swift-argument-parser) from 1.5.1 to 1.6.2. - [Release notes](https://github.com/apple/swift-argument-parser/releases) - [Commits](apple/swift-argument-parser@1.5.1...1.6.2) --- updated-dependencies: - dependency-name: github.com/apple/swift-argument-parser dependency-version: 1.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d1b9f40 commit c6e5ceb

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.1"),
12+
.package(url: "https://github.com/apple/swift-argument-parser", exact: "1.6.2"),
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)