Updating the googleapis and googleapis_private to use the 2.4.0 gapic-generator, which includes the following changes:

Features
add opt_file_args to pass the file arguments to the protoc plugin(cce9967)
Bug Fixes
deps: update dependency mocha to v8
deps: update dependency puppeteer to v4

PiperOrigin-RevId: 319296039
This commit is contained in:
Google APIs 2020-07-01 14:22:03 -07:00 committed by Copybara-Service
parent 5202cfe3e5
commit a758393a3f
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.3.0",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.3.0.zip"],
strip_prefix = "gapic-generator-2.4.0",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.4.0.zip"],
)
# rules_go (support Golang under bazel)