We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f219262 commit 8b3765fCopy full SHA for 8b3765f
1 file changed
build.gradle.kts
@@ -29,9 +29,7 @@ val junitVersion = "5.7.0"
29
dependencies {
30
implementation("org.sonarsource.sonarqube:sonar-plugin-api:7.9")
31
32
- implementation("com.github.1c-syntax", "bsl-language-server", "6c2a86e45f6b66354ad71d8e379fc032c182145e")
33
- // todo: replace with new bsl ls
34
- implementation("com.github.1c-syntax", "bsl-parser", "243f103b86a18359ad7d790dda5e61063f1297f5")
+ implementation("com.github.1c-syntax", "bsl-language-server", "0.18.1")
35
36
implementation("org.apache.commons:commons-lang3:3.10")
37
implementation("com.fasterxml.jackson.core:jackson-databind:2.12.0")
0 commit comments