chore: update gapic-generator to v2.1.0

changes include:
- add proto3_optional flag to proto_custom_library
- update gax-java dependency version

PiperOrigin-RevId: 315402995
This commit is contained in:
Google APIs 2020-06-08 19:30:57 -07:00 committed by Copybara-Service
parent dd244bb3a5
commit 0fb2fbf04f
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ rules_proto_toolchains()
# section
http_archive(
name = "com_google_api_codegen",
strip_prefix = "gapic-generator-2.0.3",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.0.3.zip"],
strip_prefix = "gapic-generator-2.1.0",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.1.0.zip"],
)
# rules_go (support Golang under bazel)