Skip to content

Commit 08b6c88

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.6.2 to 1.7.0. - [Release notes](https://github.com/apple/swift-argument-parser/releases) - [Commits](apple/swift-argument-parser@1.6.2...1.7.0) --- updated-dependencies: - dependency-name: github.com/apple/swift-argument-parser dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc3d6ed commit 08b6c88

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.6.2"),
12+
.package(url: "https://github.com/apple/swift-argument-parser", exact: "1.7.0"),
1313
.package(url: "https://github.com/pointfreeco/swift-parsing", from: "0.14.1"),
1414
// override transitive swift-case-paths:1.0.0 to resolve issue with Swift 6.2
1515
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.7.2"),

0 commit comments

Comments
 (0)