Skip to content

Commit 1e7b68e

Browse files
chore: update dependency aspect_bazel_lib to v2.19.4
1 parent eeb322c commit 1e7b68e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ def rules_nodejs_dev_dependencies():
4545

4646
http_archive(
4747
name = "aspect_bazel_lib",
48-
sha256 = "40ba9d0f62deac87195723f0f891a9803a7b720d7b89206981ca5570ef9df15b",
49-
strip_prefix = "bazel-lib-2.14.0",
50-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.14.0/bazel-lib-v2.14.0.tar.gz",
48+
sha256 = "9a44f457810ce64ec36a244cc7c807607541ab88f2535e07e0bf2976ef4b73fe",
49+
strip_prefix = "bazel-lib-2.19.4",
50+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.19.4/bazel-lib-v2.19.4.tar.gz",
5151
)
5252

5353
http_archive(

0 commit comments

Comments
 (0)