fix: Update gapic-generator version to pickup discogapic fixes

PiperOrigin-RevId: 303545940
This commit is contained in:
Google APIs 2020-03-28 17:25:37 -07:00 committed by Copybara-Service
parent b655808b34
commit 7be2811ad1
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-d1262f1528fa0465152bfe14090ff1cff3209f52",
urls = ["https://github.com/googleapis/gapic-generator/archive/d1262f1528fa0465152bfe14090ff1cff3209f52.zip"],
strip_prefix = "gapic-generator-128224d3c06a23fe55a32abd5d3760515974291d",
urls = ["https://github.com/googleapis/gapic-generator/archive/128224d3c06a23fe55a32abd5d3760515974291d.zip"],
)
# rules_go (support Golang under bazel)