Skip to content

Commit 11d5bec

Browse files
committed
Add missing dependency declarations to Package.swift
1 parent 6a8ea4c commit 11d5bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Package.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,10 @@ var targets: [Target] = [
292292
.target(
293293
name: "SemanticIndex",
294294
dependencies: [
295+
"BuildServerProtocol",
295296
"BuildSystemIntegration",
296297
"LanguageServerProtocol",
298+
"LanguageServerProtocolExtensions",
297299
"SKLogging",
298300
"SwiftExtensions",
299301
"ToolchainRegistry",

0 commit comments

Comments
 (0)