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 3bd983e commit 62a9454Copy full SHA for 62a9454
1 file changed
.web/docs/developers/api/kotlin/build.gradle.kts
@@ -19,7 +19,7 @@ val protobufVersion = "4.28.3"
19
dependencies {
20
// Kotlin
21
implementation(kotlin("stdlib"))
22
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
23
24
// Connect-RPC
25
implementation("build.buf.gen:minekube_gate_connectrpc_kotlin:${connectVersion}.1.20241118150055.50fffb007499")
0 commit comments