We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae205c8 commit 4db7b50Copy full SHA for 4db7b50
generator/gapic-generator-typescript/repositories.bzl
@@ -5,9 +5,9 @@ def gapic_generator_typescript_repositories():
5
maybe(
6
http_archive,
7
name = "aspect_rules_js",
8
- sha256 = "9db12fb5013bb2fb0c8ecf1abd4da10781864e1f5e4faa7ba7382cc96f45949c",
9
- strip_prefix = "rules_js-2.1.3",
10
- url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v2.1.3.tar.gz",
+ sha256 = "994134965c0f4e33a6ec5e8e656a8e48aefc3b34668d708c5925e80670ff951b",
+ strip_prefix = "rules_js-2.9.1",
+ url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v2.9.1.tar.gz",
11
)
12
13
0 commit comments