Protobuf is missing

Posted by lukaszlenart:

Looks like using the client I must also also define a protobuf dependency (in sbt):

"com.google.protobuf" % "protobuf-java" % "3.7.0-rc1"

is that true?

mangalaman93 commented :

you need to have dependency on grpc. Protobuf should show up as a transitive dependency.