From ccd4c1c96aa6470d1a2996d42d2bfb7877f17c09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 20:55:01 +0000 Subject: [PATCH] chore(deps): update dependency rules_swift to v2.2.4 (#399) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_swift | bazel_dep | patch | `2.2.3` -> `2.2.4` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/custom_test_runner/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom_test_runner/MODULE.bazel b/examples/custom_test_runner/MODULE.bazel index 0ffc151e..8d426572 100644 --- a/examples/custom_test_runner/MODULE.bazel +++ b/examples/custom_test_runner/MODULE.bazel @@ -23,7 +23,7 @@ bazel_dep( ) bazel_dep( name = "rules_swift", - version = "2.2.3", + version = "2.2.4", repo_name = "build_bazel_rules_swift", ) bazel_dep(name = "rules_swift_package_manager", version = "0.40.1")