Skip to content

Commit 94aae51

Browse files
committed
Обновление зависимостей
1 parent 3ab5f96 commit 94aae51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ group = "org.github._1c_syntax.intellij.bsl"
2727
version = "1.0" // Plugin version
2828

2929
dependencies {
30-
compile("com.github.1c-syntax", "bsl-parser", "0.1.0")
31-
compile("com.github.1c-syntax", "bsl-language-server", "0.1.0")
30+
compile("com.github.1c-syntax", "bsl-parser", "0.2.0")
31+
compile("com.github.1c-syntax", "bsl-language-server", "98708f7ccc")
3232
compile("org.antlr:antlr4-jetbrains-adapter:3.0.alpha.2") {
3333
exclude(group = "com.jetbrains")
3434
}

0 commit comments

Comments
 (0)