Skip to content

Commit 4b70f64

Browse files
authored
Merge pull request #126 from google/rename_master_main
fix build
2 parents 128f215 + 732ba7c commit 4b70f64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bazel/deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def base_deps():
2828

2929
http_archive(
3030
name = "com_googlesource_code_re2",
31-
strip_prefix = "re2-master",
32-
urls = ["https://github.com/google/re2/archive/master.zip"],
31+
strip_prefix = "re2-main",
32+
urls = ["https://github.com/google/re2/archive/main.zip"],
3333
)
3434

3535
PROTOBUF_VERSION = "3.14.0"

0 commit comments

Comments
 (0)