Skip to content

Commit 8b69d22

Browse files
committed
Updates @aspect_rules_js documented version.
Forgot to update this when it was bumped to `1.30.0`.
1 parent 2bdd87e commit 8b69d22

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/publish/install_instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
77

88
http_archive(
99
name = "aspect_rules_js",
10-
sha256 = "00e7b97b696af63812df0ca9e9dbd18579f3edd3ab9a56f227238b8405e4051c",
11-
strip_prefix = "rules_js-1.23.0",
12-
url = "https://github.com/aspect-build/rules_js/releases/download/v1.23.0/rules_js-v1.23.0.tar.gz",
10+
sha256 = "e3e6c3d42491e2938f4239a3d04259a58adc83e21e352346ad4ef62f87e76125",
11+
strip_prefix = "rules_js-1.30.0",
12+
url = "https://github.com/aspect-build/rules_js/releases/download/v1.30.0/rules_js-v1.30.0.tar.gz",
1313
)
1414
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")
1515
rules_js_dependencies()

0 commit comments

Comments
 (0)