We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1003ee4 + 3bae4f4 commit 83c2c81Copy full SHA for 83c2c81
build.gradle
@@ -65,7 +65,7 @@ allprojects {
65
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
66
testRuntimeOnly("ch.qos.logback:logback-classic:1.4.14")
67
testRuntimeOnly("ch.qos.logback:logback-core:1.4.14")
68
- implementation("org.slf4j:slf4j-api:2.0.9")
+ implementation("org.slf4j:slf4j-api:2.0.10")
69
}
70
71
0 commit comments