HI,
scalapb common proto is old make conflict with scalapb 1.beta
libraryDependencies ++= Seq(
"com.thesamet.scalapb.common-protos" %% "proto-google-common-protos-scalapb_0.11" % "2.9.6-0" % "protobuf",
"com.thesamet.scalapb.common-protos" %% "proto-google-common-protos-scalapb_0.11" % "2.9.6-0"
)
second :
the scalapb generate scala file package is error ,the package like in protobuf
package org.pytorch.serve.grpc.inference
but the generate scala package is package org.pytorch.serve.grpc.inference.inference. the last package name is dulplicate, I dont know how to config to deel this error