We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d24f3f commit 7577820Copy full SHA for 7577820
js/repositories.bzl
@@ -27,9 +27,9 @@ def rules_js_dependencies():
27
28
http_archive(
29
name = "aspect_bazel_lib",
30
- sha256 = "fc8fe1be58ae39f84a8613d554534760c7f0819d407afcc98bbcbd990523bfed",
31
- strip_prefix = "bazel-lib-2.16.0",
32
- url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.16.0/bazel-lib-v2.16.0.tar.gz",
+ sha256 = "6fd3b1e1a38ca744f9664be4627ced80895c7d2ee353891c172f1ab61309c933",
+ strip_prefix = "bazel-lib-3.0.0",
+ url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.0.0/bazel-lib-v3.0.0.tar.gz",
33
)
34
35
0 commit comments