We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d6a92 commit 4cb9a20Copy full SHA for 4cb9a20
build.gradle.kts
@@ -31,7 +31,7 @@ dependencies {
31
// прочее
32
implementation("commons-io", "commons-io", "2.6")
33
implementation("org.apache.commons", "commons-lang3", "3.9")
34
- implementation("com.github.1c-syntax", "utils", "0.2.0")
+ implementation("com.github.1c-syntax", "utils", "0.2.1")
35
// генерики
36
compileOnly("org.projectlombok", "lombok", lombok.version)
37
// тестирование
0 commit comments