We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4651a4 commit aee04efCopy full SHA for aee04ef
1 file changed
build.gradle.kts
@@ -59,9 +59,9 @@ dependencies {
59
60
// прочее
61
implementation("commons-io", "commons-io", "2.18.0")
62
- implementation("io.github.1c-syntax", "bsl-common-library", "0.9.0.21-SNAPSHOT")
63
- implementation("io.github.1c-syntax", "utils", "0.6.3")
64
- implementation("io.github.1c-syntax", "supportconf", "0.15.0.7-SNAPSHOT") {
+ implementation("io.github.1c-syntax", "bsl-common-library", "0.9.0")
+ implementation("io.github.1c-syntax", "utils", "0.6.4")
+ implementation("io.github.1c-syntax", "supportconf", "0.15.0") {
65
exclude("io.github.1c-syntax", "bsl-common-library")
66
}
67
0 commit comments