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 3ba5536 commit 2c03590Copy full SHA for 2c03590
js/repositories.bzl
@@ -27,9 +27,9 @@ def rules_js_dependencies():
27
28
http_archive(
29
name = "aspect_bazel_lib",
30
- sha256 = "e5131e44db23459bd1ed04635f2ae5436bc83f5e38629e07b75c0bf206f09245",
31
- strip_prefix = "bazel-lib-2.17.1",
32
- url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.17.1/bazel-lib-v2.17.1.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
# Transitive dependencies of aspect_bazel_lib.
0 commit comments