Skip to content

Commit

Permalink
gRPC 1.21.0 and protobuf 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Jul 2, 2019
1 parent 0b03654 commit 7b56143
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ val logger: Logger = ConsoleLogger()
crossScalaVersions := Seq("2.12.8")

lazy val Versions = new {
val gpb3Version = "3.7.1"
val grpcVersion = "1.20.0"
val gpb3Version = "3.8.0"
val grpcVersion = "1.21.0"

val akkaHttp = "10.1.5" // DO NOT upgrade to 10.1.[67] - will cause https://github.com/scala/community-builds/issues/825
}
Expand Down Expand Up @@ -100,6 +100,7 @@ lazy val core = (project in file("core")).settings(
libraryDependencies ++= Seq(
"com.google.protobuf" % "protobuf-java" % Versions.gpb3Version,
"com.google.protobuf" % "protobuf-java-util" % Versions.gpb3Version,
"io.grpc" % "grpc-core" % Versions.grpcVersion,
"io.grpc" % "grpc-protobuf" % Versions.grpcVersion,
"io.grpc" % "grpc-stub" % Versions.grpcVersion,
"org.typelevel" %% "cats-core" % "1.6.0",
Expand Down

0 comments on commit 7b56143

Please sign in to comment.