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 e634cd8 commit da09d9aCopy full SHA for da09d9a
repositories.bzl
@@ -45,9 +45,9 @@ def rules_nodejs_dev_dependencies():
45
46
http_archive(
47
name = "aspect_bazel_lib",
48
- sha256 = "da67c6a785cdc10faf960a22c44501fe6be357a6ebd2bd6101560f9c2a9e06b3",
49
- strip_prefix = "bazel-lib-2.9.0",
50
- url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.0/bazel-lib-v2.9.0.tar.gz",
+ sha256 = "f93d386d8d0b0149031175e81df42a488be4267c3ca2249ba5321c23c60bc1f0",
+ strip_prefix = "bazel-lib-2.9.1",
+ url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.1/bazel-lib-v2.9.1.tar.gz",
51
)
52
53
0 commit comments