Skip to content

Commit 2d22c2b

Browse files
committed
Update shared KLS module
1 parent 8c88f10 commit 2d22c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
implementation 'org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.6.0'
2727
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
2828
implementation 'org.jetbrains.kotlin:kotlin-reflect'
29-
implementation 'com.github.fwcd.kotlin-language-server:shared:0691158787'
29+
implementation 'com.github.fwcd.kotlin-language-server:shared:229c762a4d75304d21eba6d8e1231ed949247629'
3030
// The Java Debug Interface classes (com.sun.jdi.*)
3131
implementation files("${System.properties['java.home']}/../lib/tools.jar")
3232
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)