Skip to content

Commit 72a8565

Browse files
committed
Fix dependecy
1 parent 02ab5ca commit 72a8565

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Core/Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ let package = Package(
242242
.target(
243243
name: "ChatPlugin",
244244
dependencies: [
245+
.product(name: "AppMonitoring", package: "Tool"),
245246
.product(name: "OpenAIService", package: "Tool"),
246247
.product(name: "Terminal", package: "Tool"),
247248
]

0 commit comments

Comments
 (0)