We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890a0b9 commit 77b5bb9Copy full SHA for 77b5bb9
cdk/dependencies.bzl
@@ -30,9 +30,9 @@ def rules_cdk_dependencies():
30
31
http_archive(
32
name = "aspect_bazel_lib",
33
- sha256 = "4d6010ca5e3bb4d7045b071205afa8db06ec11eb24de3f023d74d77cca765f66",
34
- strip_prefix = "bazel-lib-1.39.0",
35
- url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.39.0/bazel-lib-v1.39.0.tar.gz",
+ sha256 = "cea19e6d8322fb212f155acb58d1590f632e53abde7f1be5f0a086a93cf4c9f4",
+ strip_prefix = "bazel-lib-2.8.0",
+ url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.8.0/bazel-lib-v2.8.0.tar.gz",
36
)
37
38
0 commit comments