Skip to content

Commit ef88c2c

Browse files
chore(deps): update dependency aspect_bazel_lib to v2.10.0 (#412)
* chore(deps): update dependency aspect_bazel_lib to v2.10.0 * Update repositories.bzl --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andreas Herrmann <[email protected]>
1 parent ff15138 commit ef88c2c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.4")
7+
bazel_dep(name = "aspect_bazel_lib", version = "2.10.0")
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.6.1", dev_dependency = True)
2-
bazel_dep(name = "aspect_bazel_lib", version = "2.9.4", dev_dependency = True)
2+
bazel_dep(name = "aspect_bazel_lib", version = "2.10.0", 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 = "rules_cc", version = "0.1.0", dev_dependency = True)

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 = "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",
21+
sha256 = "7b39d9f38b82260a8151b18dd4a6219d2d7fc4a0ac313d4f5a630ae6907d205d",
22+
strip_prefix = "bazel-lib-2.10.0",
23+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.10.0/bazel-lib-v2.10.0.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ def rules_zig_dependencies():
3535

3636
_http_archive(
3737
name = "aspect_bazel_lib",
38-
sha256 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3",
39-
strip_prefix = "bazel-lib-2.9.4",
40-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.tar.gz",
38+
sha256 = "7b39d9f38b82260a8151b18dd4a6219d2d7fc4a0ac313d4f5a630ae6907d205d",
39+
strip_prefix = "bazel-lib-2.10.0",
40+
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.10.0/bazel-lib-v2.10.0.tar.gz",
4141
)
4242

4343
########

0 commit comments

Comments
 (0)