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 1e0b768 commit 604c2c9Copy full SHA for 604c2c9
build.gradle.kts
@@ -50,7 +50,7 @@ dependencies {
50
implementation("plus.sourceplus:protocol:$projectVersion")
51
graphqlLibs("plus.sourceplus:protocol:$projectVersion")
52
53
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
54
implementation("org.slf4j:slf4j-api:$slf4jVersion")
55
implementation("org.slf4j:slf4j-nop:$slf4jVersion")
56
implementation("io.vertx:vertx-core:$vertxVersion")
0 commit comments