diff --git a/run/grpc-hello-world-bidi-streaming/build.gradle.kts b/run/grpc-hello-world-bidi-streaming/build.gradle.kts index 41d3a4fd8..1beaae5e2 100644 --- a/run/grpc-hello-world-bidi-streaming/build.gradle.kts +++ b/run/grpc-hello-world-bidi-streaming/build.gradle.kts @@ -24,7 +24,7 @@ kotlin.sourceSets.all { val grpcVersion = "1.61.1" val grpcKotlinVersion = "1.4.1" val protobufVersion = "3.25.3" -val coroutinesVersion = "1.7.3" +val coroutinesVersion = "1.8.0" dependencies { implementation(kotlin("stdlib"))