Skip to content

Commit c0ea914

Browse files
chore(deps): update dependency aspect_bazel_lib to v3.2.1 (#680)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [aspect_bazel_lib](https://redirect.github.com/aspect-build/bazel-lib) | http_archive | patch | `v3.2.0` → `v3.2.1` | --- ### Release Notes <details> <summary>aspect-build/bazel-lib (aspect_bazel_lib)</summary> ### [`v3.2.1`](https://redirect.github.com/aspect-build/bazel-lib/compare/v3.2.0...v3.2.1) [Compare Source](https://redirect.github.com/aspect-build/bazel-lib/compare/v3.2.0...v3.2.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e8d5dbb commit c0ea914

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ bazel_features_deps()
3434

3535
http_archive(
3636
name = "aspect_bazel_lib",
37-
sha256 = "e733937de2f542436c5d3d618e22c638489b40dfd251284050357babe71103d7",
38-
strip_prefix = "bazel-lib-3.2.0",
39-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v3.2.0/bazel-lib-v3.2.0.tar.gz",
37+
sha256 = "5c42b1547cd4fab56fb90f75295aaf6d9e4aed5b51bfcb2457e44b886204a6e2",
38+
strip_prefix = "bazel-lib-3.2.1",
39+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v3.2.1/bazel-lib-v3.2.1.tar.gz",
4040
)
4141

4242
http_archive(

0 commit comments

Comments
 (0)