Skip to content

Commit

Permalink
protoc 3.20.3 (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Feb 18, 2024
1 parent 6ccb5dc commit 29e1721
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 @@ -40,7 +40,7 @@ object Protobuf {
// this keeps intellij happy for files that use the shaded protobuf
Compile / unmanagedJars += (LocalProject("protobuf-v3") / Compile / packageBin).value,
protoc := "protoc",
protocVersion := "3.11.4",
protocVersion := "3.20.3",
generate := {
val sourceDirs = paths.value
val targetDirs = outputPaths.value
Expand Down

0 comments on commit 29e1721

Please sign in to comment.