We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b68706f commit de4f4bfCopy full SHA for de4f4bf
proto-bindings/build.sbt
@@ -6,7 +6,7 @@ enablePlugins(ProtobufPlugin)
6
val protocLocalDir = "protoc"
7
val protocBinaryPath = s"$protocLocalDir/bin/protoc"
8
ProtobufConfig / protobufProtoc := protocBinaryPath
9
-ProtobufConfig / version := "3.10.0"
+ProtobufConfig / version := "3.18.0"
10
ProtobufConfig / sourceDirectories += (ProtobufConfig / protobufExternalIncludePath).value
11
ProtobufConfig / protobufGenerate := (ProtobufConfig / protobufGenerate)
12
.dependsOn(copyLatestCpgProto)
0 commit comments