Skip to content

Commit c5f221a

Browse files
Update dependency platforms to v0.0.9 (#300)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | platforms | bazel_dep | patch | `0.0.8` -> `0.0.9` | --- ### 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 becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d261f39 commit c5f221a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ local_path_override(
2121
)
2222

2323
bazel_dep(name = "bazel_skylib", version = "1.5.0")
24-
bazel_dep(name = "platforms", version = "0.0.8")
24+
bazel_dep(name = "platforms", version = "0.0.9")
2525
bazel_dep(name = "rules_cc", version = "0.0.9")
2626
bazel_dep(name = "rules_go", version = "0.46.0", repo_name = "io_bazel_rules_go")
2727
bazel_dep(name = "rules_rust", version = "0.40.0")

0 commit comments

Comments
 (0)