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.
2 parents d8ca7df + e043e64 commit 15e22dfCopy full SHA for 15e22df
build.gradle.kts
@@ -38,7 +38,7 @@ dependencies {
38
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
39
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
40
implementation("org.slf4j:slf4j-api:1.7.32")
41
- implementation("org.slf4j:slf4j-nop:1.7.32")
+ implementation("org.slf4j:slf4j-nop:1.7.33")
42
implementation("io.vertx:vertx-core:$vertxVersion")
43
implementation("io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion")
44
implementation("io.vertx:vertx-lang-kotlin-coroutines:$vertxVersion")
0 commit comments