diff options
author | Paul Wankadia <junyer@google.com> | 2023-06-01 00:42:54 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-06-01 00:43:44 -0700 |
commit | 71ffb09f8c27849c7e92595b5ac883b1ec45b95e (patch) | |
tree | d618c1f22b8605d2bfbe076b8bc20fe7c1efb6e1 /WORKSPACE | |
parent | 8c466401a346d11b946b7b83cf6870d71383331c (diff) |
Update Abseil to RE2 release `2023-06-01`.
Note that RE2 has taken a dependency on Abseil, so the `main` branch
should be used from now on. The `abseil` branch will go away soon...
PiperOrigin-RevId: 536941231
Change-Id: I502fc643a3763de51292396297b0939613473485
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -28,13 +28,11 @@ http_archive( ) # RE2 (the regular expression library used by GoogleTest) -# Note this must use a commit from the `abseil` branch of the RE2 project. -# https://github.com/google/re2/tree/abseil http_archive( name = "com_googlesource_code_re2", - sha256 = "0a890c2aa0bb05b2ce906a15efb520d0f5ad4c7d37b8db959c43772802991887", - strip_prefix = "re2-a427f10b9fb4622dd6d8643032600aa1b50fbd12", - urls = ["https://github.com/google/re2/archive/a427f10b9fb4622dd6d8643032600aa1b50fbd12.zip"], # 2022-06-09 + sha256 = "1726508efc93a50854c92e3f7ac66eb28f0e57652e413f11d7c1e28f97d997ba", + strip_prefix = "re2-03da4fc0857c285e3a26782f6bc8931c4c950df4", + urls = ["https://github.com/google/re2/archive/03da4fc0857c285e3a26782f6bc8931c4c950df4.zip"], # 2023-06-01 ) # Google benchmark. |