Bump gapic-generator version (#547)

This commit is contained in:
michaelbausor 2019-04-25 11:36:28 -07:00 committed by GitHub
parent 6718646f35
commit 9855995ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
#
http_archive(
name = "com_google_api_codegen",
urls = ["https://github.com/googleapis/gapic-generator/archive/9940c38fce35fb0733467ffc725e6b1c30ef673a.zip"],
strip_prefix = "gapic-generator-9940c38fce35fb0733467ffc725e6b1c30ef673a",
urls = ["https://github.com/googleapis/gapic-generator/archive/8e930b79e846b9d4876462be9dc4c1dbc04e2903.zip"],
strip_prefix = "gapic-generator-8e930b79e846b9d4876462be9dc4c1dbc04e2903",
)
#