We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f80d7f commit da8d88cCopy full SHA for da8d88c
1 file changed
internal_deps.bzl
@@ -54,7 +54,7 @@ def rules_dart_internal_deps():
54
55
http_archive(
56
name = "aspect_bazel_lib",
57
- sha256 = "f8ea96b0151bf90b0330662cb02361849c642ebd5bbaeed84b361883b267117d",
58
- strip_prefix = "bazel-lib-2.7.7",
59
- url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v2.7.7.tar.gz",
+ sha256 = "109ea9c85dc488fd0a2fd4f37cc3502f96a11115d94175ff5e05dd4678a083ce",
+ strip_prefix = "bazel-lib-3.2.1",
+ url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v3.2.1.tar.gz",
60
)
0 commit comments