We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b383f8f commit 9f3b932Copy full SHA for 9f3b932
MODULE.bazel
@@ -11,7 +11,7 @@ module(
11
bazel_dep(name = "abseil-cpp", version = "20240116.1", repo_name = "com_google_absl")
12
bazel_dep(name = "bazel_skylib", version = "1.5.0")
13
bazel_dep(name = "curl", version = "8.8.0")
14
-bazel_dep(name = "grpc", version = "1.63.1", repo_name = "com_github_grpc_grpc")
+bazel_dep(name = "grpc", version = "1.63.1.bcr.1", repo_name = "com_github_grpc_grpc")
15
bazel_dep(name = "nlohmann_json", version = "3.11.3", repo_name = "github_nlohmann_json")
16
bazel_dep(name = "opentelemetry-proto", version = "1.3.1", repo_name = "com_github_opentelemetry_proto")
17
bazel_dep(name = "opentracing-cpp", version = "1.6.0", repo_name = "com_github_opentracing")
0 commit comments