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.
2 parents 9d6c44d + c7cde6f commit 637b650Copy full SHA for 637b650
build.gradle.kts
@@ -74,7 +74,7 @@ dependencies {
74
api("org.eclipse.lsp4j", "org.eclipse.lsp4j.websocket.jakarta", "0.21.0")
75
76
// 1c-syntax
77
- api("com.github.1c-syntax", "bsl-parser", "0.22.1") {
+ api("io.github.1c-syntax", "bsl-parser", "0.23.3") {
78
exclude("com.tunnelvisionlabs", "antlr4-annotations")
79
exclude("com.ibm.icu", "*")
80
exclude("org.antlr", "ST4")
0 commit comments