We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb2ede commit 6ca3dceCopy full SHA for 6ca3dce
1 file changed
build.gradle.kts
@@ -26,7 +26,7 @@ val sonarQubeVersion = "9.9.0.65466"
26
dependencies {
27
compileOnly("org.sonarsource.api.plugin", "sonar-plugin-api", "9.14.0.375")
28
29
- implementation("io.github.1c-syntax", "bsl-language-server", "0.28.5") {
+ implementation("io.github.1c-syntax", "bsl-language-server", "0.+") {
30
exclude("com.contrastsecurity", "java-sarif")
31
exclude("io.sentry", "sentry-logback")
32
exclude("info.picocli", "picocli-spring-boot-starter")
0 commit comments