Skip to content

Commit

Permalink
Update protoc to 3.25.5 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Sep 27, 2024
1 parent 8330d80 commit 0fe22df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Protobuf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Protobuf {
outputPaths := Seq((Compile / sourceDirectory).value, (Test / sourceDirectory).value).map(_ / "java"),
importPath := None,
protoc := "protoc",
protocVersion := "3.11.4",
protocVersion := "3.25.5",
generate := {
val sourceDirs = paths.value
val targetDirs = outputPaths.value
Expand Down

0 comments on commit 0fe22df

Please sign in to comment.