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

upgrade to grpc 1.44.0 with scalapb/netty/grpc/protobuf/guava in proven combination #12628

Merged
merged 8 commits into from
Feb 3, 2022
Prev Previous commit
Next Next commit
update SHA for scalapb tarball
  • Loading branch information
dasormeter committed Feb 2, 2022
commit 5afa1f2cfc3694fbfbcf03dffb0259ab1161c093
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ proto_library(
visibility = ["//visibility:public"],
)
""",
sha256 = ",
sha256 = "2ddce4c5927fa8dd80069fba2fb60199f5b2b95e81e8da69b132665fae6c638c",
strip_prefix = "ScalaPB-{}".format(scalapb_version),
urls = ["https://github.com/scalapb/ScalaPB/archive/refs/tags/v{}.tar.gz".format(scalapb_version)],
)
Expand Down