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 56e91d5 commit 9f47f2aCopy full SHA for 9f47f2a
py/repositories.bzl
@@ -31,9 +31,9 @@ def rules_py_dependencies():
31
32
http_archive(
33
name = "aspect_bazel_lib",
34
- sha256 = "931a562afb3ea1d2c828145d8ed65b32245bfb67e4ee7d73092bae7be8dd764f",
35
- strip_prefix = "bazel-lib-1.19.2",
36
- url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.19.2.tar.gz",
+ sha256 = "ef83252dea2ed8254c27e65124b756fc9476be2b73a7799b7a2a0935937fc573",
+ strip_prefix = "bazel-lib-1.24.2",
+ url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.24.2.tar.gz",
37
)
38
39
0 commit comments