feat: use the latest gapic-generator in WORKSPACE for bazel build.

PiperOrigin-RevId: 300461878
This commit is contained in:
Google APIs 2020-03-11 19:54:00 -07:00 committed by Copybara-Service
parent d631c651e3
commit 5d8bffe87c
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ rules_proto_toolchains()
# section
http_archive(
name = "com_google_api_codegen",
strip_prefix = "gapic-generator-4e559adc40e7f671b7e0aae02346d57f78704e6f",
urls = ["https://github.com/googleapis/gapic-generator/archive/4e559adc40e7f671b7e0aae02346d57f78704e6f.zip"],
strip_prefix = "gapic-generator-43a8733bac1590f13fe1a04c8dedb9e4a7069deb",
urls = ["https://github.com/googleapis/gapic-generator/archive/43a8733bac1590f13fe1a04c8dedb9e4a7069deb.zip"],
)
##############################################################################