Skip to content

Commit

Permalink
Update protobuf-java to 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 11, 2023
1 parent ae52a68 commit 166e207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 166e207

Please sign in to comment.