Releases: thesamet/sbt-protoc
Releases · thesamet/sbt-protoc
v1.0.0
Migration notes to 1.0.0
These notes are for those migrating from sbt-protoc < 1.0.0.
PB.protocVersionnow accepts a version inx.y.zformat (for example,3.13.0). Previously,
this key accepted protoc-jar style version flags such as-v361. Version 1.0.x of ScalaPB will
strip out the-vpart (a behavior that will be deprecated later), however
it does not take version numbers without dot seperators.- Use
PB.protocExecutableto use a locally installedprotoc. By default
this key downloads and cachesprotocfrom Maven. - If you previously used protoc-jar's option
--include_std_types, see
Installation instructions above, and look for "To make standard google.protobuf types available to import" - Use
PB.protocRunto have more control on how sbt-protoc invokes protoc (By
default, it runPB.protocExecutable.
See CHANGELOG.md for more details.