Skip to content

Commit 3b19c59

Browse files
chore(deps): update dependency ecsact_runtime to v0.6.7 (#114)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ecsact_runtime | bazel_dep | patch | `0.6.6` -> `0.6.7` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 1am and before 6am" in timezone America/Vancouver, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/ecsact-dev/ecsact_cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM4LjIwLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7153ec5 commit 3b19c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bazel_dep(name = "nlohmann_json", version = "3.11.3")
99
bazel_dep(name = "platforms", version = "0.0.10")
1010
bazel_dep(name = "rules_pkg", version = "0.10.1")
1111
bazel_dep(name = "bazel_skylib", version = "1.6.1")
12-
bazel_dep(name = "ecsact_runtime", version = "0.6.6")
12+
bazel_dep(name = "ecsact_runtime", version = "0.6.7")
1313
bazel_dep(name = "ecsact_interpret", version = "0.6.4")
1414
bazel_dep(name = "ecsact_codegen", version = "0.4.1")
1515
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")

0 commit comments

Comments
 (0)