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 eeb322c commit 1e7b68eCopy full SHA for 1e7b68e
repositories.bzl
@@ -45,9 +45,9 @@ def rules_nodejs_dev_dependencies():
45
46
http_archive(
47
name = "aspect_bazel_lib",
48
- sha256 = "40ba9d0f62deac87195723f0f891a9803a7b720d7b89206981ca5570ef9df15b",
49
- strip_prefix = "bazel-lib-2.14.0",
50
- url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.14.0/bazel-lib-v2.14.0.tar.gz",
+ sha256 = "9a44f457810ce64ec36a244cc7c807607541ab88f2535e07e0bf2976ef4b73fe",
+ strip_prefix = "bazel-lib-2.19.4",
+ url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.19.4/bazel-lib-v2.19.4.tar.gz",
51
)
52
53
0 commit comments