ScalaPB icon indicating copy to clipboard operation
ScalaPB copied to clipboard

scalapb common proto is old need upgrade ,and the generate scala package is fault

Open mullerhai opened this issue 6 months ago • 0 comments

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

mullerhai avatar Apr 14 '25 16:04 mullerhai