Skip to content

Commit a8ce33e

Browse files
committed
Add missing dependencies of SKSwiftPMWorkspaceTests
Looks like these dependency declarations were simply missing.
1 parent 627af11 commit a8ce33e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Package.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,13 @@ let package = Package(
225225
.testTarget(
226226
name: "SKSwiftPMWorkspaceTests",
227227
dependencies: [
228+
"LSPTestSupport",
229+
"LanguageServerProtocol",
230+
"SKCore",
228231
"SKSwiftPMWorkspace",
229232
"SKTestSupport",
233+
"SourceKitLSP",
234+
.product(name: "SwiftPM-auto", package: "swift-package-manager"),
230235
.product(name: "SwiftToolsSupport-auto", package: "swift-tools-support-core"),
231236
]
232237
),

0 commit comments

Comments
 (0)