Skip to content

Commit

Permalink
Merge pull request #2260 from tweag/renovate/aspect_bazel_lib-2.x
Browse files Browse the repository at this point in the history
Update dependency aspect_bazel_lib to v2.9.4
  • Loading branch information
mergify[bot] authored Nov 18, 2024
2 parents 069fc77 + 66d298d commit 7502fc3
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 = "2.8.1",
version = "2.9.4",
)
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 = "688354ee6beeba7194243d73eb0992b9a12e8edeeeec5b6544f4b531a3112237",
strip_prefix = "bazel-lib-2.8.1",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.8.1/bazel-lib-v2.8.1.tar.gz",
sha256 = "349aabd3c2b96caeda6181eb0ae1f14f2a1d9f3cd3c8b05d57f709ceb12e9fb3",
strip_prefix = "bazel-lib-2.9.4",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.9.4/bazel-lib-v2.9.4.tar.gz",
)

# bazel dependencies
Expand Down

0 comments on commit 7502fc3

Please sign in to comment.