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 9d80497 commit f86a8faCopy full SHA for f86a8fa
build.gradle.kts
@@ -29,7 +29,7 @@ dependencies {
29
// прочее
30
implementation("commons-io", "commons-io", "2.6")
31
implementation("org.apache.commons", "commons-lang3", "3.9")
32
- implementation("com.github.1c-syntax", "utils", "947feabd6c5d774fc547ad0c2e386803de844d83")
+ implementation("com.github.1c-syntax", "utils", "0.2.0")
33
// генерики
34
compileOnly("org.projectlombok", "lombok", lombok.version)
35
// тестирование
@@ -86,4 +86,4 @@ sonarqube {
86
lombok {
87
version = "1.18.8"
88
sha256 = "0396952823579b316a0fe85cbd871bbb3508143c2bcbd985dd7800e806cb24fc"
89
-}
+}
0 commit comments