Skip to content

Commit 6b34cd1

Browse files
authored
Merge pull request #1997 from tweag/renovate/aspect_bazel_lib-1.x
chore(deps): update dependency aspect_bazel_lib to v1.36.0
2 parents 587ed6c + 119630e commit 6b34cd1

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 = "1.31.2",
76+
version = "1.36.0",
7777
)
7878
bazel_dep(
7979
name = "rules_proto",

rules_haskell_tests/WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2727
# For testing if bzlmod is enabled
2828
http_archive(
2929
name = "aspect_bazel_lib",
30-
sha256 = "97fa63d95cc9af006c4c7b2123ddd2a91fb8d273012f17648e6423bae2c69470",
31-
strip_prefix = "bazel-lib-1.30.2",
32-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.30.2/bazel-lib-v1.30.2.tar.gz",
30+
sha256 = "cbf473d630ab67b36461d83b38fdc44e56f45b78d03c405e4958280211124d79",
31+
strip_prefix = "bazel-lib-1.36.0",
32+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.36.0/bazel-lib-v1.36.0.tar.gz",
3333
)
3434

3535
load("@os_info//:os_info.bzl", "is_nix_shell", "is_windows")

0 commit comments

Comments
 (0)