Skip to content

Commit 567d6b9

Browse files
chore(deps): update dependency aspect_bazel_lib to v2.9.4
1 parent 5ff2e06 commit 567d6b9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module(
44
compatibility_level = 1,
55
)
66

7-
bazel_dep(name = "aspect_bazel_lib", version = "2.9.3")
7+
bazel_dep(name = "aspect_bazel_lib", version = "2.9.4")
88
bazel_dep(name = "bazel_skylib", version = "1.7.1")
99
bazel_dep(name = "platforms", version = "0.0.10")
1010

e2e/workspace/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bazel_dep(name = "rules_zig", version = "0.0.0", dev_dependency = True)
2-
bazel_dep(name = "aspect_bazel_lib", version = "2.9.3", dev_dependency = True)
2+
bazel_dep(name = "aspect_bazel_lib", version = "2.9.4", dev_dependency = True)
33
bazel_dep(name = "bazel_skylib", version = "1.7.1", dev_dependency = True)
44
bazel_dep(name = "platforms", version = "0.0.10", dev_dependency = True)
55
bazel_dep(name = "protobuf", version = "28.3", dev_dependency = True) # for buildbuddy toolchain

e2e/workspace/WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1818

1919
http_archive(
2020
name = "aspect_bazel_lib",
21-
sha256 = "a272d79bb0ac6b6965aa199b1f84333413452e87f043b53eca7f347a23a478e8",
22-
strip_prefix = "bazel-lib-2.9.3",
23-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.3/bazel-lib-v2.9.3.tar.gz",
21+
sha256 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3",
22+
strip_prefix = "bazel-lib-2.9.4",
23+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.tar.gz",
2424
)
2525

2626
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

zig/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def rules_zig_dependencies():
3737
name = "aspect_bazel_lib",
3838
sha256 = "a272d79bb0ac6b6965aa199b1f84333413452e87f043b53eca7f347a23a478e8",
3939
strip_prefix = "bazel-lib-2.9.3",
40-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.3/bazel-lib-v2.9.3.tar.gz",
40+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.3.tar.gz",
4141
)
4242

4343
########

0 commit comments

Comments
 (0)