We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 128f215 + 732ba7c commit 4b70f64Copy full SHA for 4b70f64
1 file changed
bazel/deps.bzl
@@ -28,8 +28,8 @@ def base_deps():
28
29
http_archive(
30
name = "com_googlesource_code_re2",
31
- strip_prefix = "re2-master",
32
- urls = ["https://github.com/google/re2/archive/master.zip"],
+ strip_prefix = "re2-main",
+ urls = ["https://github.com/google/re2/archive/main.zip"],
33
)
34
35
PROTOBUF_VERSION = "3.14.0"
0 commit comments