Skip to content

Commit

Permalink
fix(build): Update googleapis-discovery hash to fix compute integrati…
Browse files Browse the repository at this point in the history
…on test (#782)
  • Loading branch information
miraleung committed Jun 29, 2021
1 parent 0e7893e commit 46bb19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repositories.bzl
Expand Up @@ -68,9 +68,9 @@ def gapic_generator_java_repositories():
_maybe(
http_archive,
name = "com_google_googleapis_discovery",
strip_prefix = "googleapis-discovery-4f5d0604132e93e63330e65e2e6648c75012780c",
strip_prefix = "googleapis-discovery-6a189a8bada35e2657a67b903cad7fee649f2dbc",
urls = [
"https://github.com/googleapis/googleapis-discovery/archive/4f5d0604132e93e63330e65e2e6648c75012780c.zip",
"https://github.com/googleapis/googleapis-discovery/archive/6a189a8bada35e2657a67b903cad7fee649f2dbc.zip",
],
)

Expand Down

0 comments on commit 46bb19a

Please sign in to comment.