Skip to content

Commit b339166

Browse files
authored
build: update to rules_js 1.7.0 (#1817)
1 parent 23c5797 commit b339166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

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

33
http_archive(
44
name = "aspect_rules_js",
5-
sha256 = "dda5fee3926e62c483660b35b25d1577d23f88f11a2775e3555b57289f4edb12",
6-
strip_prefix = "rules_js-1.6.9",
7-
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.6.9.tar.gz",
5+
sha256 = "d8feeb67bca55cc56fb4696cf6c852f4a44c0c8dbe99ea108f6a95fd322b4bcb",
6+
strip_prefix = "rules_js-1.7.0",
7+
url = "https://github.com/aspect-build/rules_js/archive/refs/tags/v1.7.0.tar.gz",
88
)
99

1010
load("@aspect_rules_js//js:repositories.bzl", "rules_js_dependencies")

0 commit comments

Comments
 (0)