We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2382f20 commit ea47e8dCopy full SHA for ea47e8d
repositories.bzl
@@ -45,9 +45,9 @@ def rules_nodejs_dev_dependencies():
45
46
http_archive(
47
name = "aspect_bazel_lib",
48
- sha256 = "f93d386d8d0b0149031175e81df42a488be4267c3ca2249ba5321c23c60bc1f0",
49
- strip_prefix = "bazel-lib-2.9.1",
50
- url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.1/bazel-lib-v2.9.1.tar.gz",
+ sha256 = "a272d79bb0ac6b6965aa199b1f84333413452e87f043b53eca7f347a23a478e8",
+ strip_prefix = "bazel-lib-2.9.3",
+ url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.3/bazel-lib-v2.9.3.tar.gz",
51
)
52
53
0 commit comments