From 611c9f0bd9580fbe0b6e92eec067debf017dafbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 08:17:34 +0000 Subject: [PATCH] chore(deps): update escact repositories (#109) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ecsact_interpret | bazel_dep | patch | `0.6.3` -> `0.6.4` | | ecsact_runtime | bazel_dep | patch | `0.6.5` -> `0.6.6` | --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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/ecsact-dev/ecsact_cli). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- MODULE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 9fd604f..feb0b8c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -9,8 +9,8 @@ bazel_dep(name = "nlohmann_json", version = "3.11.3") bazel_dep(name = "platforms", version = "0.0.10") bazel_dep(name = "rules_pkg", version = "0.10.1") bazel_dep(name = "bazel_skylib", version = "1.6.1") -bazel_dep(name = "ecsact_runtime", version = "0.6.5") -bazel_dep(name = "ecsact_interpret", version = "0.6.3") +bazel_dep(name = "ecsact_runtime", version = "0.6.6") +bazel_dep(name = "ecsact_interpret", version = "0.6.4") bazel_dep(name = "ecsact_codegen", version = "0.2.0") bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2") bazel_dep(name = "magic_enum", version = "0.9.3")