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 9c4ccc0 commit 22769b6Copy full SHA for 22769b6
build.gradle.kts
@@ -29,7 +29,7 @@ val sonarQubeVersion = "9.9.0.65466"
29
dependencies {
30
implementation("org.sonarsource.api.plugin", "sonar-plugin-api", "9.14.0.375")
31
32
- implementation("io.github.1c-syntax", "bsl-language-server", "0.24.1") {
+ implementation("io.github.1c-syntax", "bsl-language-server", "develop-SNAPSHOT") {
33
exclude("com.contrastsecurity", "java-sarif")
34
exclude("io.sentry", "sentry-logback")
35
exclude("org.springframework.boot", "spring-boot-starter-websocket")
0 commit comments