vermas7988 commented on issue #380:
URL: https://github.com/apache/pekko-grpc/issues/380#issuecomment-2510217040

   in application projects it works as mentioned in scalaPB docs: [scalaPB 
docs](https://scalapb.github.io/docs/faq/#how-do-i-generate-scala-code-for-protos-from-another-jar).
   e.g.
   ```scala
   libraryDependencies ++= Seq(
     "com.somepackage" %% "that-has-jar" % "1.0" % "protobuf-src" 
intransitive(),
     // then manually importing the common google dependencies separately
     "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"
   )
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to