ScalaPB
ScalaPB copied to clipboard
Protocol buffer compiler for Scala.
I am having a proto file as follows ``` syntax = "proto3"; package csw_messages_params; import "scalapb/scalapb.proto"; option (scalapb.options) = { single_file: true }; message PbRaDec { double ra = 1;...
Updates * [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) * [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) * [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) from 1.47.0 to 1.49.0. [GitHub Release Notes](https://github.com/grpc/grpc-java/releases/tag/v1.49.0) - [Version Diff](https://github.com/grpc/grpc-java/compare/v1.47.0...v1.49.0) I'll automatically update this PR to resolve conflicts as long as you don't...
Updates [com.github.sbt:sbt-native-packager](https://github.com/sbt/sbt-native-packager) from 1.9.9 to 1.9.11. [GitHub Release Notes](https://github.com/sbt/sbt-native-packager/releases/tag/v1.9.11) - [Changelog](https://github.com/sbt/sbt-native-packager/blob/master/CHANGELOG.md) - [Version Diff](https://github.com/sbt/sbt-native-packager/compare/v1.9.9...v1.9.11) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself....
Hello! I am using scalapb in my repository and now have to use some library with dependency on **protobuf-java:3.22.5** Now I am on **protobuf-java:3.19.2** and the code fails with: ```...
## About this PR 📦 Updates * [org.scalameta:munit](https://github.com/scalameta/munit) * [org.scalameta:munit-scalacheck](https://github.com/scalameta/munit) from `1.0.0-M8` to `1.0.0-M11` 📜 [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.0.0-M11) - [Version Diff](https://github.com/scalameta/munit/compare/v1.0.0-M8...v1.0.0-M11) ## Usage ✅ **Please merge!** I'll automatically update this...
Got a question? Please see https://scalapb.github.io/docs/contact first. If you have found a bug or have a feature request, please search our open Github issues at https://github.com/scalapb/ScalaPB/issues When posting a new...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...
Add `nowarn` annotations so generated code does not produce deprecation warnings during compilation.
scalapb.lenses.MessageLens is a subclass of scalapb.lenses.ObjectLens introduced for Scala 3 source compatibility. In the next major release the classes should be unified where `ObjectLens` is abstract.
Hey! We use ZIO-based gRPC interfaces and non-ZIO versions create redundant generation and compilation overhead. I can work on this one. Just wanted to align with you in case there...