From 7933f3a75e5f8444606b812a69e0dfbcc581c163 Mon Sep 17 00:00:00 2001 From: Guogang Li Date: Wed, 11 Oct 2023 22:55:23 +0000 Subject: [PATCH] Use stable ABSL build PiperOrigin-RevId: 572711938 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 76584685..5ff5e67f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -23,8 +23,8 @@ filegroup( http_archive( name = "com_google_absl", - strip_prefix = "abseil-cpp-master", - urls = ["https://github.com/abseil/abseil-cpp/archive/master.zip"], + strip_prefix = "abseil-cpp-20230802.1", + urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.1.zip"], ) # Using a protobuf javalite version that contains @com_google_protobuf_javalite//:javalite_toolchain