Skip to content

Commit 3a1ff7c

Browse files
chore(deps): update dependency aspect_bazel_lib to v2
1 parent 890a0b9 commit 3a1ff7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cdk/dependencies.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ def rules_cdk_dependencies():
3030

3131
http_archive(
3232
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",
33+
sha256 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3",
34+
strip_prefix = "bazel-lib-2.9.4",
35+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.tar.gz",
3636
)
3737

3838
http_archive(

0 commit comments

Comments
 (0)