Skip to content

Commit 0d80a51

Browse files
committed
chore: add missing library to root
1 parent 18fbe0f commit 0d80a51

File tree

1 file changed

+1
-0
lines changed
  • completions/src/main/resources/lsp/workspaces/lsp-users-projects-root

1 file changed

+1
-0
lines changed

completions/src/main/resources/lsp/workspaces/lsp-users-projects-root/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ repositories {
88

99
dependencies {
1010
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
11+
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.2")
1112
}

0 commit comments

Comments
 (0)