Skip to content

Commit b62813a

Browse files
authored
chore: upgrade rjs3 test to rules_js 3.0.0-rc6 (#184)
### Changes are visible to end-users: no ### Test plan - Covered by existing test cases
1 parent caaff09 commit b62813a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/smoke_rjs3/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local_path_override(
55
)
66

77
bazel_dep(name = "bazel_lib", version = "3.1.0", dev_dependency = True)
8-
bazel_dep(name = "aspect_rules_js", version = "3.0.0-alpha.4", dev_dependency = True)
8+
bazel_dep(name = "aspect_rules_js", version = "3.0.0-rc6", dev_dependency = True)
99

1010
npm = use_extension("@aspect_rules_js//npm:extensions.bzl", "npm", dev_dependency = True)
1111
npm.npm_translate_lock(

0 commit comments

Comments
 (0)