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 3ab5f96 commit 94aae51Copy full SHA for 94aae51
build.gradle.kts
@@ -27,8 +27,8 @@ group = "org.github._1c_syntax.intellij.bsl"
27
version = "1.0" // Plugin version
28
29
dependencies {
30
- compile("com.github.1c-syntax", "bsl-parser", "0.1.0")
31
- compile("com.github.1c-syntax", "bsl-language-server", "0.1.0")
+ compile("com.github.1c-syntax", "bsl-parser", "0.2.0")
+ compile("com.github.1c-syntax", "bsl-language-server", "98708f7ccc")
32
compile("org.antlr:antlr4-jetbrains-adapter:3.0.alpha.2") {
33
exclude(group = "com.jetbrains")
34
}
0 commit comments