Skip to content

Commit de4f4bf

Browse files
authored
Update ProtobufConfig/version to 3.18.0 (#1714)
1 parent b68706f commit de4f4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto-bindings/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enablePlugins(ProtobufPlugin)
66
val protocLocalDir = "protoc"
77
val protocBinaryPath = s"$protocLocalDir/bin/protoc"
88
ProtobufConfig / protobufProtoc := protocBinaryPath
9-
ProtobufConfig / version := "3.10.0"
9+
ProtobufConfig / version := "3.18.0"
1010
ProtobufConfig / sourceDirectories += (ProtobufConfig / protobufExternalIncludePath).value
1111
ProtobufConfig / protobufGenerate := (ProtobufConfig / protobufGenerate)
1212
.dependsOn(copyLatestCpgProto)

0 commit comments

Comments
 (0)