We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb612d9 + 6483721 commit 65355e2Copy full SHA for 65355e2
1 file changed
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.80.0")
+ implementation("io.grpc:grpc-protobuf:1.80.0")
+ implementation("io.grpc:grpc-stub:1.80.0")
15
}
16
17
information {
0 commit comments