Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 7ea7e73

Browse files
authored
Build fix: upb has namespaced bazel_version. (#431)
Fixes #430
1 parent 3b7643c commit 7ea7e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ apple_support_dependencies()
5757

5858
load("@upb//bazel:repository_defs.bzl", "bazel_version_repository")
5959

60-
bazel_version_repository(name = "bazel_version")
60+
bazel_version_repository(name = "upb_bazel_version")
6161

6262
# Used by prometheus-cpp.
6363
local_repository(

0 commit comments

Comments
 (0)