Skip to content

Commit

Permalink
deps: gRPC 1.26.0, protobuf-java 3.11.1, circe 0.11.2, https 0.20.15 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
augi authored Dec 20, 2019
1 parent 57abad4 commit f4c0ff4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ val logger: Logger = ConsoleLogger()
crossScalaVersions := Seq("2.12.10")

lazy val Versions = new {
val gpb3Version = "3.10.0"
val grpcVersion = "1.25.0"
val circeVersion = "0.11.1"
val http4sVersion = "0.20.6"
val gpb3Version = "3.11.1"
val grpcVersion = "1.26.0"
val circeVersion = "0.11.2"
val http4sVersion = "0.20.15"
val akkaHttp = "10.1.5" // DO NOT upgrade to 10.1.[67] - will cause https://github.com/scala/community-builds/issues/825
}

Expand Down

0 comments on commit f4c0ff4

Please sign in to comment.