Skip to content

Commit 5ae02f6

Browse files
committed
chore: update to aspect_bazel_lib 1.28.0
1 parent c589712 commit 5ae02f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ protobuf_deps()
1515

1616
http_archive(
1717
name = "aspect_bazel_lib",
18-
sha256 = "b4cd1114874ab15f794134eefbc254eb89d3e1de640bf4a11f2f402e886ad29e",
19-
strip_prefix = "bazel-lib-1.27.2",
20-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.27.2/bazel-lib-v1.27.2.tar.gz",
18+
sha256 = "2518c757715d4f5fc7cc7e0a68742dd1155eaafc78fb9196b8a18e13a738cea2",
19+
strip_prefix = "bazel-lib-1.28.0",
20+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.28.0/bazel-lib-v1.28.0.tar.gz",
2121
)
2222

2323
# Needed in //release/version_file.bzl for @aspect_rules_js//js/private:expand_template.bzl

0 commit comments

Comments
 (0)