chore(bazel): update gapic-generator to v2.4.6

Changes include:
- a fix for using reroute_to_grpc_interface when generating with grpc_service_config

PiperOrigin-RevId: 329771412
This commit is contained in:
Google APIs 2020-09-02 13:01:43 -07:00 committed by Copybara-Service
parent 303f90207b
commit 88d4f10bbe
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ rules_proto_toolchains()
# section
http_archive(
name = "com_google_api_codegen",
strip_prefix = "gapic-generator-2.4.5",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.4.5.zip"],
strip_prefix = "gapic-generator-2.4.6",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.4.6.zip"],
)
# rules_go (support Golang under bazel)