We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64de120 commit cea05f9Copy full SHA for cea05f9
build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4")
25
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.6.4")
26
27
- implementation("org.slf4j:slf4j-api:2.0.5")
+ implementation("org.slf4j:slf4j-api:2.0.16")
28
implementation("ch.qos.logback:logback-core:1.4.5")
29
implementation("ch.qos.logback:logback-classic:1.4.5")
30
testImplementation(kotlin("test"))
0 commit comments