Skip to content

Commit 0efa8e8

Browse files
renovate-botavdv
authored andcommitted
chore(deps): update dependency aspect_bazel_lib to v1.37.0
1 parent ae28bb6 commit 0efa8e8

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.36.0",
76+
version = "1.37.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 = "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",
30+
sha256 = "ce259cbac2e94a6dff01aff9455dcc844c8af141503b02a09c2642695b7b873e",
31+
strip_prefix = "bazel-lib-1.37.0",
32+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.37.0/bazel-lib-v1.37.0.tar.gz",
3333
)
3434

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

0 commit comments

Comments
 (0)