From f7e8a1d589e0482a70ff73dccec0ee0820b0fdce Mon Sep 17 00:00:00 2001 From: Gowroji Sunil Date: Fri, 16 Feb 2024 11:38:15 +0530 Subject: [PATCH] Fixes the Bazel CI error --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 6d66484a7..895e55fb5 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -184,8 +184,8 @@ stardoc_repositories() # For testing objc_library interop, users should not need to install it http_archive( name = "build_bazel_apple_support", - sha256 = "77a121a0f5d4cd88824429464ad2bfb54bdc8a3bccdb4d31a6c846003a3f5e44", - url = "https://github.com/bazelbuild/apple_support/releases/download/1.4.1/apple_support.1.4.1.tar.gz", + sha256 = "100d12617a84ebc7ee7a10ecf3b3e2fdadaebc167ad93a21f820a6cb60158ead", + url = "https://github.com/bazelbuild/apple_support/releases/download/1.12.0/apple_support.1.12.0.tar.gz", ) load(