Skip to content

Commit

Permalink
Merge pull request #3292 from 1c-syntax/feature/mdclasses_0130-rc3
Browse files Browse the repository at this point in the history
Обновлены зависимости
  • Loading branch information
theshadowco authored May 28, 2024
2 parents 2143894 + 0b8247d commit 5658008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ bsl-language-server_*.zip
/.idea/misc.xml
*.log
*.hprof
/.idea/material_theme_project_new.xml
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ dependencies {
exclude("org.abego.treelayout", "org.abego.treelayout.core")
exclude("org.antlr", "antlr-runtime")
}
api("io.github.1c-syntax", "utils", "0.6.0")
api("io.github.1c-syntax", "mdclasses", "0.13.0-rc.2")
api("io.github.1c-syntax", "bsl-common-library", "0.5.1")
api("io.github.1c-syntax", "utils", "0.6.1")
api("io.github.1c-syntax", "mdclasses", "0.13.0-rc.3")
api("io.github.1c-syntax", "bsl-common-library", "0.6.0")
api("io.github.1c-syntax", "supportconf", "0.14.0")
api("io.github.1c-syntax", "bsl-parser-core", "0.1.0")

Expand Down

0 comments on commit 5658008

Please sign in to comment.