Skip to content

Commit 97cf578

Browse files
authored
chore: bump miminum dep to aspect_bazel_lib 2.7.6 (#262)
1 parent 7c4fee9 commit 97cf578

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module(
77
)
88

99
# Lower-bounds (minimum) versions for direct runtime dependencies
10-
bazel_dep(name = "aspect_bazel_lib", version = "2.7.3")
10+
bazel_dep(name = "aspect_bazel_lib", version = "2.7.6")
1111
bazel_dep(name = "aspect_rules_js", version = "2.0.0-rc0") # Note: only used for provider symbols, we don't spawn nodejs actions
1212
bazel_dep(name = "bazel_skylib", version = "1.5.0")
1313
bazel_dep(name = "platforms", version = "0.0.7")

swc/dependencies.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ def rules_swc_dependencies():
2121

2222
http_archive(
2323
name = "aspect_bazel_lib",
24-
sha256 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226",
25-
strip_prefix = "bazel-lib-2.7.3",
26-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.tar.gz",
24+
sha256 = "b59781939f40c8bf148f4a71bd06e3027e15e40e98143ea5688b83531ec8528f",
25+
strip_prefix = "bazel-lib-2.7.6",
26+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.6/bazel-lib-v2.7.6.tar.gz",
2727
)
2828

2929
http_archive(

0 commit comments

Comments
 (0)