Bump gapic-generator to 2.6.1.

- Fix a scenario where generator attempts to assign a string to an integer in tests by using a separate value generator in test generation

PiperOrigin-RevId: 336931287
This commit is contained in:
Google APIs 2020-10-13 12:29:21 -07:00 committed by Copybara-Service
parent 542acf20a7
commit 3a935fab75
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.6.0",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.6.0.zip"],
strip_prefix = "gapic-generator-2.6.1",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.6.1.zip"],
)
# rules_go (support Golang under bazel)