Skip to content

Commit 7b73031

Browse files
authored
Merge pull request #2189 from tweag/renovate/aspect_bazel_lib-2.x
chore(deps): update dependency aspect_bazel_lib to v2.7.3
2 parents 9dba1dd + d1601d2 commit 7b73031

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rules_haskell_tests/MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ bazel_dep(
7373
)
7474
bazel_dep(
7575
name = "aspect_bazel_lib",
76-
version = "2.7.2",
76+
version = "2.7.3",
7777
)
7878
bazel_dep(
7979
name = "rules_proto",

rules_haskell_tests/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2828
# For testing if bzlmod is enabled
2929
http_archive(
3030
name = "aspect_bazel_lib",
31-
sha256 = "a8a92645e7298bbf538aa880131c6adb4cf6239bbd27230f077a00414d58e4ce",
32-
strip_prefix = "bazel-lib-2.7.2",
33-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.2/bazel-lib-v2.7.2.tar.gz",
31+
sha256 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226",
32+
strip_prefix = "bazel-lib-2.7.3",
33+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.tar.gz",
3434
)
3535

3636
# bazel dependencies

0 commit comments

Comments
 (0)