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 4d64e4f commit 5b363d4Copy full SHA for 5b363d4
client/build.gradle.kts
@@ -52,11 +52,11 @@ dependencies {
52
53
api("com.google.guava:guava:30.1.1-jre")
54
55
- implementation("io.grpc:grpc-kotlin-stub:1.2.0")
+ implementation("io.grpc:grpc-kotlin-stub:1.3.0")
56
implementation("com.google.protobuf:protobuf-kotlin:3.17.3")
57
58
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2")
59
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.5.2")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.0")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.0")
60
61
implementation("com.github.luben:zstd-jni:1.5.2-3")
62
}
0 commit comments