Skip to content

Commit

Permalink
chore(bazel): update gapic-generator to v2.4.6
Browse files Browse the repository at this point in the history
Changes include:
- a fix for using reroute_to_grpc_interface when generating with grpc_service_config

PiperOrigin-RevId: 329771412
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 2, 2020
1 parent 303f902 commit 88d4f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Expand Up @@ -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)
Expand Down

0 comments on commit 88d4f10

Please sign in to comment.