chore: point Peekaboo to main

This commit is contained in:
Peter Steinberger
2026-01-18 08:28:52 +00:00
parent 9809b47d45
commit 9db682750d
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ let package = Package(
.package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.1.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.8.0"),
.package(url: "https://github.com/sparkle-project/Sparkle", from: "2.8.1"),
.package(url: "https://github.com/steipete/Peekaboo.git", exact: "3.0.0-beta4"),
.package(url: "https://github.com/steipete/Peekaboo.git", branch: "main"),
.package(path: "../shared/ClawdbotKit"),
.package(path: "../../Swabble"),
],