Skip to content

Commit f86a8fa

Browse files
authored
Update build.gradle.kts
1 parent 9d80497 commit f86a8fa

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
@@ -29,7 +29,7 @@ dependencies {
2929
// прочее
3030
implementation("commons-io", "commons-io", "2.6")
3131
implementation("org.apache.commons", "commons-lang3", "3.9")
32-
implementation("com.github.1c-syntax", "utils", "947feabd6c5d774fc547ad0c2e386803de844d83")
32+
implementation("com.github.1c-syntax", "utils", "0.2.0")
3333
// генерики
3434
compileOnly("org.projectlombok", "lombok", lombok.version)
3535
// тестирование
@@ -86,4 +86,4 @@ sonarqube {
8686
lombok {
8787
version = "1.18.8"
8888
sha256 = "0396952823579b316a0fe85cbd871bbb3508143c2bcbd985dd7800e806cb24fc"
89-
}
89+
}

0 commit comments

Comments
 (0)