I'm testing protoc-gen-scala v1.0.0-alpha.1 with protoc 28.2 and protobuf-java 4.28.2. I get this error:
Failure: plugin protoc-gen-scala: CodeGeneratorResponse: supported_features: FEATURE_SUPPORTS_EDITIONS specified but no minimum_edition set
I also get the same error against protoc 26.1.
For comparison on v0.11.11 I get:
Failure: plugin protoc-gen-scala: java.lang.RuntimeException: Generated message class "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions" missing method "getUninterpretedOptionList".
Related to #1737