Skip to content

Commit 9f91544

Browse files
chore(deps): update dependency ecsact_cli to v0.3.14 (#58)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ecsact_cli | bazel_dep | patch | `0.3.13` -> `0.3.14` | --- ### 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/rules_ecsact). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNyIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjE3IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b072b9 commit 9f91544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ module(
77
bazel_dep(name = "rules_cc", version = "0.0.9")
88
bazel_dep(name = "bazel_skylib", version = "1.5.0")
99
bazel_dep(name = "platforms", version = "0.0.9")
10-
bazel_dep(name = "ecsact_cli", version = "0.3.13")
10+
bazel_dep(name = "ecsact_cli", version = "0.3.14")
1111

1212
bazel_dep(name = "aspect_bazel_lib", version = "1.32.1", dev_dependency = True)

e2e/bzlmod-ecsact-sdk/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
44
bazel_dep(name = "rules_ecsact")
55
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
66
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
7-
bazel_dep(name = "ecsact_cli", version = "0.3.13")
7+
bazel_dep(name = "ecsact_cli", version = "0.3.14")
88
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)
99

1010
local_path_override(

0 commit comments

Comments
 (0)