We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340e8f7 commit ee22e92Copy full SHA for ee22e92
scala/private/macros/scala_repositories.bzl
@@ -101,7 +101,7 @@ def rules_scala_setup(scala_compiler_srcjar = None):
101
url = "https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz",
102
)
103
104
- if not native.existing_rule("protobuf"):
+ if not native.existing_rule("com_google_protobuf"):
105
http_archive(
106
name = "com_google_protobuf",
107
sha256 = "75be42bd736f4df6d702a0e4e4d30de9ee40eac024c4b845d17ae4cc831fe4ae",
0 commit comments