Skip to content

Commit

Permalink
Merge pull request #1443 from Friendseeker/protobuf-bump
Browse files Browse the repository at this point in the history
[1.x] Bump Protobuf to 3.25.5
  • Loading branch information
eed3si9n authored Oct 8, 2024
2 parents 27b33da + 7d4e43a commit cc51c14
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 @@ -327,7 +327,7 @@ lazy val zincPersistCore = (project in internalPath / "zinc-persist-core")
crossPaths := false,
autoScalaLibrary := false,
exportJars := true,
ProtobufConfig / version := "3.24.4",
ProtobufConfig / version := "3.25.5",
publish / skip := true,
assembly / assemblyShadeRules := Seq(
ShadeRule
Expand Down

0 comments on commit cc51c14

Please sign in to comment.