Skip to content

Commit 226faca

Browse files
committed
ingegrate with latest googleapis and googleapis-discovery
1 parent 2ec3cd9 commit 226faca

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

repositories.bzl

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,20 @@ def gapic_generator_java_repositories():
5959
_maybe(
6060
http_archive,
6161
name = "com_google_googleapis",
62-
strip_prefix = "googleapis-efecdbf96311bb705d619459280ffc651b10844a",
62+
strip_prefix = "googleapis-ba30d8097582039ac4cc4e21b4e4baa426423075",
6363
urls = [
64-
"https://github.com/googleapis/googleapis/archive/efecdbf96311bb705d619459280ffc651b10844a.zip",
64+
"https://github.com/googleapis/googleapis/archive/ba30d8097582039ac4cc4e21b4e4baa426423075.zip",
6565
],
6666
)
6767

68+
# TODO: replace with upstream googleapis-discovery link once
69+
# https://github.com/googleapis/googleapis-discovery/pull/59 is merged
6870
_maybe(
6971
http_archive,
7072
name = "com_google_googleapis_discovery",
71-
strip_prefix = "googleapis-discovery-abf4cec1ce9e02e4d7d650bf66137c347cdd0d44",
73+
strip_prefix = "googleapis-discovery-2872d382ff767518e63d59ececf5d6f9224b21b4",
7274
urls = [
73-
"https://github.com/googleapis/googleapis-discovery/archive/abf4cec1ce9e02e4d7d650bf66137c347cdd0d44.zip",
75+
"https://github.com/vam-google/googleapis-discovery/archive/2872d382ff767518e63d59ececf5d6f9224b21b4.zip",
7476
],
7577
)
7678

0 commit comments

Comments
 (0)