Skip to content

Commit

Permalink
Update grpc-core to 1.33.1 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 24, 2020
1 parent 8dce7aa commit 30c86f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object Dependencies {
val googleIam: ModuleID = "com.google.apis" % "google-api-services-iam" % s"v1-rev215-$googleV"
val googleBigQuery: ModuleID = "com.google.apis" % "google-api-services-bigquery" % s"v2-rev377-$googleV"
val googleGuava: ModuleID = "com.google.guava" % "guava" % "22.0"
val googleRpc: ModuleID = "io.grpc" % "grpc-core" % "1.16.1" //old google libraries relies on older version of grpc
val googleRpc: ModuleID = "io.grpc" % "grpc-core" % "1.33.1" //old google libraries relies on older version of grpc

val googleRpc2: ModuleID = "io.grpc" % "grpc-core" % "1.28.1"
val googleFirestore: ModuleID = "com.google.cloud" % "google-cloud-firestore" % "2.1.0"
Expand Down

0 comments on commit 30c86f8

Please sign in to comment.