You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use released protoc binaries
Avoid compiling protoc during bazel build.
Based on change in rules_proto
bazelbuild/rules_proto#36
rules_proto_dependencies() declares a @com_google_protobuf//:protoc
which points to released protoc binary.
The tricks is to load that before scala_repositories() which has
conditional load for @com_google_protobuf
* lint fix
* Align rules_proto versions
* Update readme
* Revert "Update readme"
This reverts commit b9a3606.
0 commit comments