From 166e207a3f6c043a4fa145f8fca93602c8806d42 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 11 Aug 2023 22:30:01 +0000 Subject: [PATCH] Update protobuf-java to 3.24.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 89802f5d8..c800bcd2b 100644 --- a/build.sbt +++ b/build.sbt @@ -312,7 +312,7 @@ lazy val zincPersistCore = (project in internalPath / "zinc-persist-core") crossPaths := false, autoScalaLibrary := false, exportJars := true, - ProtobufConfig / version := "3.11.4", // sync version w/ plugins.sbt + ProtobufConfig / version := "3.24.0", // sync version w/ plugins.sbt ProtobufConfig / protobufRunProtoc := { args => // as per https://github.com/os72/protoc-jar/issues/93 , this is needed // to work around the lack of support for Apple M1 architecture.