Skip to content

Commit

Permalink
Merge pull request #2172 from tweag/renovate/aspect_bazel_lib-1.x
Browse files Browse the repository at this point in the history
Update dependency aspect_bazel_lib to v1.42.3
  • Loading branch information
mergify[bot] committed Apr 29, 2024
2 parents e39d591 + df464a6 commit f004eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ bazel_dep(
)
bazel_dep(
name = "aspect_bazel_lib",
version = "1.42.2",
version = "1.42.3",
)
bazel_dep(
name = "rules_proto",
Expand Down
6 changes: 3 additions & 3 deletions rules_haskell_tests/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# For testing if bzlmod is enabled
http_archive(
name = "aspect_bazel_lib",
sha256 = "f9a0bb072aef719859aae5ad37722e97812ffffb263fd56a36cd8614a2e5d199",
strip_prefix = "bazel-lib-1.42.2",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.42.2/bazel-lib-v1.42.2.tar.gz",
sha256 = "d0529773764ac61184eb3ad3c687fb835df5bee01afedf07f0cf1a45515c96bc",
strip_prefix = "bazel-lib-1.42.3",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v1.42.3/bazel-lib-v1.42.3.tar.gz",
)

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

0 comments on commit f004eae

Please sign in to comment.