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 061e2e1 commit c7cde6fCopy full SHA for c7cde6f
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