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 d19d695 commit 5f0b055Copy full SHA for 5f0b055
repositories.bzl
@@ -45,9 +45,9 @@ def rules_nodejs_dev_dependencies():
45
46
http_archive(
47
name = "aspect_bazel_lib",
48
- sha256 = "c96db69dd2714a37f3298338a1a42b27e3a2696c3b36dd4441b9bf7a1a12bee0",
49
- strip_prefix = "bazel-lib-2.11.0",
50
- url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.11.0/bazel-lib-v2.11.0.tar.gz",
+ sha256 = "73bbffa96b4470692e74800c1c8b09d2ed2a9015fe78246efab8f7614c933250",
+ strip_prefix = "bazel-lib-2.12.0",
+ url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.12.0/bazel-lib-v2.12.0.tar.gz",
51
)
52
53
0 commit comments