scalapb / common-protos   2.9.6-0

Website GitHub

Precompiled proto packages for ScalaPB

Scala versions: 3.x 2.13 2.12 2.11

Common protos for ScalaPB

The goal of this project is to provide pre-compiled ScalaPB classes for commonly-used third-party protobuf libraries.

Adding a new libary

Not seeing a library you are looking for? It is easy to add more. Just send us a PR that adds your library to build.sbt (edit) and README.md in this project. Once your commit is merged, there is going to be a snapshot published to Sonatype Snapshots. You can use those snapshots by adding to your build.sbt:

ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")