Skip to content

Commit 5186914

Browse files
authored
Merge pull request #119 from 1c-syntax/nixel2007-patch-1
Даунгрейд до стабильной версии slf4j
2 parents e48b285 + 99e22df commit 5186914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation("com.thoughtworks.xstream", "xstream", "1.4.12")
3232

3333
// логирование
34-
implementation("org.slf4j", "slf4j-api", "1.8.0-beta4")
34+
implementation("org.slf4j", "slf4j-api", "1.7.30")
3535

3636
// прочее
3737
implementation("commons-io", "commons-io", "2.6")

0 commit comments

Comments
 (0)