We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb612d9 commit b43a90cCopy full SHA for b43a90c
plugin/build.gradle.kts
@@ -9,9 +9,9 @@ plugins {
9
dependencies {
10
implementation(project(":api"))
11
12
- implementation("io.grpc:grpc-okhttp:1.78.0")
13
- implementation("io.grpc:grpc-protobuf:1.78.0")
14
- implementation("io.grpc:grpc-stub:1.78.0")
+ implementation("io.grpc:grpc-okhttp:1.79.0")
+ implementation("io.grpc:grpc-protobuf:1.79.0")
+ implementation("io.grpc:grpc-stub:1.79.0")
15
}
16
17
information {
0 commit comments