aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar laurentlb <laurentlb@google.com>2017-12-06 05:57:09 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-06 05:59:27 -0800
commit2cf560f83922e6df9626ba3ee063c1caf6797548 (patch)
tree62ce3ec4a14dbe28afd6fb2256ecfc3fc2096797 /WORKSPACE
parentabc932ebaaff86225c96bf3b8daeadfe672720be (diff)
Update version of re2
The latest version of re2 contains fixes that makes it compatible with new changes in Bazel. Fixes #4233 RELNOTES: None. PiperOrigin-RevId: 178087275
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 3 insertions, 3 deletions
diff --git a/WORKSPACE b/WORKSPACE
index e8ed565d52..25ae376959 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -140,10 +140,10 @@ http_archive(
http_archive(
name = "com_googlesource_code_re2",
urls = [
- "https://github.com/google/re2/archive/2017-08-01.tar.gz",
+ "https://github.com/google/re2/archive/2017-12-01.tar.gz",
],
- strip_prefix = "re2-2017-08-01",
- sha256 = "938723dc197125392698c5fcf41acb74877866ff140b81fd50b7314bf26f1636",
+ strip_prefix = "re2-2017-12-01",
+ sha256 = "62797e7cd7cc959419710cd25b075b5f5b247da0e8214d47bf5af9b32128fb0d",
)
# For src/test/shell/bazel:bazel_sandboxing_test