File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,16 @@ publishPlugin {
3636}
3737
3838dependencies {
39- implementation ' com.github.ballerina-platform:lsp4intellij:master-SNAPSHOT'
39+ // WATCH OUT - lsp4intellij version 0.95.1 breaks diagnostics for opened files
40+ implementation ' com.github.ballerina-platform:lsp4intellij:0.95.0'
41+ constraints {
42+ implementation(' com.google.guava:guava:30.0-jre' ) {
43+ because ' version 27.1-jre introduced by lsp4intellij:0.95.0 reports vulnerabilities'
44+ }
45+ implementation(' com.google.code.gson:gson:2.8.9' ) {
46+ because ' version 2.8.2 introduced by lsp4intellij:0.95.0 reports vulnerabilities'
47+ }
48+ }
4049 implementation ' org.kohsuke:github-api:1.314'
4150 implementation ' org.apache.commons:commons-compress:1.21'
4251 testImplementation(' junit:junit:4.13.1' )
You can’t perform that action at this time.
0 commit comments