You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the comments, Protobuf v25.5 is the maximum version
supported by ScalaPB 0.9.8 (for Scala 2.11) and 0.11.17.
This change sets up a future change to conditionally set Protobuf to
v25.5 when testing Scala 2.11 after other Scala version update to
ScalaPB 1.0.0-alpha.1. The test will use Protobuf v28.3 with those other
Scala versions.
Protobuf versions v26.x and v27.x aren't supported by any ScalaPB
version.
The `RULES_SCALA_TEST_ONLY` environment variable was invaluable for
determining these parameters, as it allowed quickly trying versions with
commands like:
```txt
$ RULES_SCALA_TEST_ONLY='test_scala_version 2.11.12' ./test_version.sh
```
0 commit comments