fix: Update gapic-generator to 2.6.0

Committer: @miraleung
PiperOrigin-RevId: 336892742
This commit is contained in:
Google APIs 2020-10-13 09:32:37 -07:00 committed by Copybara-Service
parent 313658e93f
commit e72c6d2631
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.5.0",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.5.0.zip"],
strip_prefix = "gapic-generator-2.6.0",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.6.0.zip"],
)
# rules_go (support Golang under bazel)