Skip to content

Commit fe91fde

Browse files
authored
chore(deps): update dependency platforms to v0.0.10 (#432)
[![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.10` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazelbuild/examples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 471e842 commit fe91fde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/jetpack-compose/MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"Bazel dependencies"
22

3-
bazel_dep(name = "platforms", version = "0.0.8")
3+
bazel_dep(name = "platforms", version = "0.0.10")
44
bazel_dep(name = "rules_jvm_external", version = "5.3")
55

66
maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")

android/ndk/MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"Bazel dependencies"
22

3-
bazel_dep(name = "platforms", version = "0.0.8")
3+
bazel_dep(name = "platforms", version = "0.0.10")
44
bazel_dep(name = "rules_android", version = "0.1.1")
55
bazel_dep(name = "rules_jvm_external", version = "5.3")
66

android/robolectric-testing/MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"Bazel dependencies"
22

3-
bazel_dep(name = "platforms", version = "0.0.8")
3+
bazel_dep(name = "platforms", version = "0.0.10")
44
bazel_dep(name = "rules_jvm_external", version = "5.3")
55

66
maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven")

0 commit comments

Comments
 (0)