We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40068e3 commit 2628d8eCopy full SHA for 2628d8e
build.gradle.kts
@@ -29,7 +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", "1e653e7ea4fe64eb0dcdbbdce10fd8f7fe19dd91")
+ implementation("com.github.1c-syntax", "bsl-language-server", "0.16.2")
33
34
implementation("org.apache.commons:commons-lang3:3.10")
35
implementation("com.fasterxml.jackson.core:jackson-databind:2.10.3")
0 commit comments