Skip to content

Commit

Permalink
fix(titus/build): use version 1.37.1 of io.grpc.* to fix compiler err…
Browse files Browse the repository at this point in the history
…ors (#5487) (#5517)
  • Loading branch information
link108 committed Sep 9, 2021
1 parent 9ecb52e commit aeb42ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clouddriver-titus/clouddriver-titus.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: "com.google.protobuf"

ext {
protobufVersion = '[3.2.0,)'
grpcVersion = '[1.10.0,)'
grpcVersion = '1.29.0'
}

repositories {
Expand Down

0 comments on commit aeb42ad

Please sign in to comment.