build: align Commander dependency
This commit is contained in:
parent
1cd108e891
commit
c5ede3f167
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ let package = Package(
|
||||||
.executable(name: "swabble", targets: ["SwabbleCLI"]),
|
.executable(name: "swabble", targets: ["SwabbleCLI"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/steipete/Commander.git", from: "0.2.0"),
|
.package(path: "../Peekaboo/Commander"),
|
||||||
.package(url: "https://github.com/apple/swift-testing", from: "0.99.0"),
|
.package(url: "https://github.com/apple/swift-testing", from: "0.99.0"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue