I need to migrate from old ScalaPB sbt plugin and I cannot find how to translate this: ``` PB.protoSettings += scalapb.options.Scalapb .MessageOptions .newBuilder() .setExtends("CommonTrait") .build() ``` Can you help me?