diff --git a/build.gradle b/build.gradle index 58e8b9b2..5c53bd63 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ subprojects { apply plugin: 'java' apply plugin: 'org.jetbrains.kotlin.jvm' group = "io.grpc" - version = "0.1.2" // CURRENT_GRPC_KOTLIN_VERSION + version = "0.1.3" // CURRENT_GRPC_KOTLIN_VERSION repositories { mavenCentral() } diff --git a/examples/build.gradle b/examples/build.gradle index 521e7047..0ace0fdb 100644 --- a/examples/build.gradle +++ b/examples/build.gradle @@ -3,7 +3,7 @@ buildscript { ext.coroutines_version = "1.3.3" ext.protobuf_version = "3.11.1" ext.grpc_version = "1.28.1" // CURRENT_GRPC_VERSION - ext.grpc_kotlin_version = "0.1.2" // CURRENT_GRPC_KOTLIN_VERSION + ext.grpc_kotlin_version = "0.1.3" // CURRENT_GRPC_KOTLIN_VERSION repositories { mavenCentral()