Skip to content

Commit 8da98d5

Browse files
chore(deps): update dependency ecsact_runtime to v0.6.9 (#57)
[![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.8` -> `0.6.9` | --- ### 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_codegen). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b0ff7a commit 8da98d5

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
@@ -7,7 +7,7 @@ module(
77
bazel_dep(name = "rules_cc", version = "0.0.9")
88
bazel_dep(name = "bazel_skylib", version = "1.6.1")
99
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
10-
bazel_dep(name = "ecsact_runtime", version = "0.6.8")
10+
bazel_dep(name = "ecsact_runtime", version = "0.6.9")
1111

1212
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
1313
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)

0 commit comments

Comments
 (0)