From 763aa194b4a6d0fe21fd240e43db7f0bbcf0a5e0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Oct 2023 19:13:56 +0000 Subject: [PATCH] Update protobuf-java to 3.24.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b96097606..108d2369a 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.4", // 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.