From 49cd4d3d28aa5ab3172b632d2516ef750d35acbf Mon Sep 17 00:00:00 2001 From: Renato Cavalcanti Date: Fri, 10 Dec 2021 16:22:23 +0100 Subject: [PATCH] update minimal protoc version (#30971) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 56327c9ba4..e67b374156 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -297,7 +297,7 @@ Akka includes a shaded version of protobuf `3` that is used for internal communi run `protobufGenerate`. The generated files are put in each project's `src/main/java` and need to be committed. The generated files are automatically transformed to use the shaded version of protobuf. -Generation depends on protoc `3.9.0` being on the path. See [protobuf project](https://github.com/protocolbuffers/protobuf#protocol-compiler-installation) for installation instructions, and +Generation depends on protoc `3.11.4` being on the path. See [protobuf project](https://github.com/protocolbuffers/protobuf#protocol-compiler-installation) for installation instructions, and [Protobuf.scala](https://github.com/akka/akka/blob/main/project/Protobuf.scala) for details of how to override the settings for generation.