Skip to content

Commit 6ee702d

Browse files
committed
Fix slf4j version constraints
1 parent b05005c commit 6ee702d

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
@@ -20,8 +20,8 @@ dependencies {
2020
constraints {
2121
implementation("org.slf4j:slf4j-api") {
2222
version {
23-
strictly("[1.7,1.8)")
24-
prefer("1.7.36")
23+
strictly("[1.7,3)")
24+
prefer("2.0.3")
2525
}
2626
}
2727
listOf(

0 commit comments

Comments
 (0)