This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 29e1721c1a protoc 3.20.3 (#1127)
29e1721c1a is described below
commit 29e1721c1aed1dac0cd6c3caa6e064a36344043a
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Feb 18 08:43:33 2024 +0100
protoc 3.20.3 (#1127)
---
project/Protobuf.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Protobuf.scala b/project/Protobuf.scala
index dccaf896fa..241a728cc7 100644
--- a/project/Protobuf.scala
+++ b/project/Protobuf.scala
@@ -40,7 +40,7 @@ object Protobuf {
// this keeps intellij happy for files that use the shaded protobuf
Compile / unmanagedJars += (LocalProject("protobuf-v3") / Compile /
packageBin).value,
protoc := "protoc",
- protocVersion := "3.11.4",
+ protocVersion := "3.20.3",
generate := {
val sourceDirs = paths.value
val targetDirs = outputPaths.value
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]