From 8b69d221ed72e6aa3c3afc9368d2675f735c1545 Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Mon, 31 Jul 2023 21:26:45 -0700 Subject: [PATCH] Updates `@aspect_rules_js` documented version. Forgot to update this when it was bumped to `1.30.0`. --- tools/publish/install_instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/publish/install_instructions.md b/tools/publish/install_instructions.md index 52bc0c01..a07f7c41 100644 --- a/tools/publish/install_instructions.md +++ b/tools/publish/install_instructions.md @@ -7,9 +7,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "aspect_rules_js", - sha256 = "00e7b97b696af63812df0ca9e9dbd18579f3edd3ab9a56f227238b8405e4051c", - strip_prefix = "rules_js-1.23.0", - url = "https://github.com/aspect-build/rules_js/releases/download/v1.23.0/rules_js-v1.23.0.tar.gz", + sha256 = "e3e6c3d42491e2938f4239a3d04259a58adc83e21e352346ad4ef62f87e76125", + strip_prefix = "rules_js-1.30.0", + url = "https://github.com/aspect-build/rules_js/releases/download/v1.30.0/rules_js-v1.30.0.tar.gz", ) load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies") rules_js_dependencies()