Skip to content

Commit

Permalink
➖ Remove useless dependency on protobuf java util
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysoun committed Feb 20, 2024
1 parent d47ce02 commit 8c728c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/proto/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ repositories {

dependencies {
implementation("io.grpc:grpc-protobuf:1.55.1")
implementation("com.google.protobuf:protobuf-java-util:3.22.0")
implementation("com.google.protobuf:protobuf-kotlin:3.23.0")
implementation("io.grpc:grpc-kotlin-stub:1.3.0")
implementation("io.grpc:grpc-stub:1.55.1") {
Expand Down

0 comments on commit 8c728c6

Please sign in to comment.