Skip to content

Commit b4c582a

Browse files
build(deps): bump github.com/steipete/commander
Bumps the swift-deps group with 1 update in the /Swabble directory: [github.com/steipete/commander](https://github.com/steipete/Commander). Updates `github.com/steipete/commander` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/steipete/Commander/releases) - [Commits](steipete/Commander@v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: github.com/steipete/commander dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swift-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c00fac2 commit b4c582a

2 files changed

Lines changed: 4 additions & 40 deletions

File tree

Swabble/Package.resolved

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

Swabble/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.executable(name: "swabble", targets: ["SwabbleCLI"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/steipete/Commander.git", exact: "0.2.1"),
16+
.package(url: "https://github.com/steipete/Commander.git", exact: "0.2.2"),
1717
.package(url: "https://github.com/apple/swift-testing", from: "0.99.0"),
1818
],
1919
targets: [

0 commit comments

Comments
 (0)