Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update grpc-core, grpc-protobuf, ... to 1.52.1 #525

Merged
merged 7 commits into from
Feb 12, 2023
Merged
Prev Previous commit
Next Next commit
Revert commit(s) 8826b95
  • Loading branch information
scala-steward committed Feb 12, 2023
commit d7886ec611b39a97dcbb51a4ff28eb40324ece06
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy val ScalaVersions = new {

lazy val Versions = new {
val gpb3Version = "3.21.12"
val grpcVersion = "1.52.1"
val grpcVersion = "1.52.0"
val circeVersion = "0.14.3"
val http4sVersion = "0.22.2"
val akkaHttp = "10.2.9"
Expand Down