From c02a8dd6f6ba5ec7366130581e27de71e6ab0ecf Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com> Date: Mon, 8 Apr 2024 18:13:34 +0000 Subject: [PATCH] chore(deps): update dependency build_bazel_rules_swift to v1.18.0 --- examples/http_archive_ext_deps/WORKSPACE | 4 ++-- examples/vapor_example/WORKSPACE | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/http_archive_ext_deps/WORKSPACE b/examples/http_archive_ext_deps/WORKSPACE index 70abd17fd..d00478e9a 100644 --- a/examples/http_archive_ext_deps/WORKSPACE +++ b/examples/http_archive_ext_deps/WORKSPACE @@ -48,8 +48,8 @@ gazelle_dependencies() http_archive( name = "build_bazel_rules_swift", - sha256 = "9bc9dc949062405412404c0f07f7323ba310f3f91f42af414ac27e338ba7bb8c", - url = "https://github.com/bazelbuild/rules_swift/releases/download/1.17.0/rules_swift.1.17.0.tar.gz", + sha256 = "bb01097c7c7a1407f8ad49a1a0b1960655cf823c26ad2782d0b7d15b323838e2", + url = "https://github.com/bazelbuild/rules_swift/releases/download/1.18.0/rules_swift.1.18.0.tar.gz", ) load( diff --git a/examples/vapor_example/WORKSPACE b/examples/vapor_example/WORKSPACE index 7434e401a..6c431f6d2 100644 --- a/examples/vapor_example/WORKSPACE +++ b/examples/vapor_example/WORKSPACE @@ -48,8 +48,8 @@ gazelle_dependencies() http_archive( name = "build_bazel_rules_swift", - sha256 = "9bc9dc949062405412404c0f07f7323ba310f3f91f42af414ac27e338ba7bb8c", - url = "https://github.com/bazelbuild/rules_swift/releases/download/1.17.0/rules_swift.1.17.0.tar.gz", + sha256 = "bb01097c7c7a1407f8ad49a1a0b1960655cf823c26ad2782d0b7d15b323838e2", + url = "https://github.com/bazelbuild/rules_swift/releases/download/1.18.0/rules_swift.1.18.0.tar.gz", ) load(