From 2aa0a6f43485896615d1632145ef09b7fa734fc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:52:43 +0000 Subject: [PATCH] chore(deps): update dependency rules_swift to v2.4.0 (#435) 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 | minor | `2.3.1` -> `2.4.0` | --- ### 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 8225428..0d871be 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.3.1", + version = "2.4.0", repo_name = "build_bazel_rules_swift", ) bazel_dep(name = "rules_swift_package_manager", version = "0.44.0")