Skip to content

Commit 5b363d4

Browse files
authored
update kt-grpc (#144)
1 parent 4d64e4f commit 5b363d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ dependencies {
5252

5353
api("com.google.guava:guava:30.1.1-jre")
5454

55-
implementation("io.grpc:grpc-kotlin-stub:1.2.0")
55+
implementation("io.grpc:grpc-kotlin-stub:1.3.0")
5656
implementation("com.google.protobuf:protobuf-kotlin:3.17.3")
5757

58-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2")
59-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.5.2")
58+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.0")
59+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.0")
6060

6161
implementation("com.github.luben:zstd-jni:1.5.2-3")
6262
}

0 commit comments

Comments
 (0)