From 0eb9cccfe3a8ad8b88c870f3f17b721a3759230c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Oct 2023 12:08:24 +0000 Subject: [PATCH] Update dependency build_bazel_rules_ios to v2.3.1 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 813ce43..8315e6f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -2,8 +2,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "build_bazel_rules_ios", - sha256 = "171675cc98edf10e4580f3f94319d0ff298f8d5e7d00fd5f8de802443d79e6bf", - url = "https://github.com/bazel-ios/rules_ios/releases/download/2.3.0/rules_ios.2.3.0.tar.gz", + sha256 = "f8ba34d4e6584334ba22cdfd840e7b454a2030d4ca45eeeb7bc6a49d5a25ece0", + url = "https://github.com/bazel-ios/rules_ios/releases/download/2.3.1/rules_ios.2.3.1.tar.gz", ) load(