Skip to content

Commit

Permalink
Inherit io.grpc version from Akka gRPC (akka#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored Sep 22, 2020
1 parent 9421c41 commit 83603a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,7 @@ object Dependencies {
libraryDependencies ++= Seq(
// https://github.com/googleapis/java-pubsub/tree/master/proto-google-cloud-pubsub-v1/
"com.google.api.grpc" % "grpc-google-cloud-pubsub-v1" % "1.85.1" % "protobuf-src", // ApacheV2
// Align with the version from the Akka gRPC plugin
// https://doc.akka.io/docs/akka-grpc/current/server/walkthrough.html#dependencies
"io.grpc" % "grpc-auth" % "1.30.0", // ApacheV2
"io.grpc" % "grpc-auth" % akka.grpc.gen.BuildInfo.grpcVersion, // ApacheV2
"com.google.auth" % "google-auth-library-oauth2-http" % "0.20.0", // BSD 3-clause
// pull in Akka Discovery for our Akka version
"com.typesafe.akka" %% "akka-discovery" % AkkaVersion
Expand Down

0 comments on commit 83603a5

Please sign in to comment.