Skip to content

Commit

Permalink
Merge pull request #2189 from tweag/renovate/aspect_bazel_lib-2.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency aspect_bazel_lib to v2.7.3
  • Loading branch information
mergify[bot] committed May 13, 2024
2 parents 9dba1dd + d1601d2 commit 7b73031
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.7.2",
version = "2.7.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 = "a8a92645e7298bbf538aa880131c6adb4cf6239bbd27230f077a00414d58e4ce",
strip_prefix = "bazel-lib-2.7.2",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.2/bazel-lib-v2.7.2.tar.gz",
sha256 = "87ab4ec479ebeb00d286266aca2068caeef1bb0b1765e8f71c7b6cfee6af4226",
strip_prefix = "bazel-lib-2.7.3",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.7.3/bazel-lib-v2.7.3.tar.gz",
)

# bazel dependencies
Expand Down

0 comments on commit 7b73031

Please sign in to comment.