We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbef5b commit 8044f69Copy full SHA for 8044f69
1 file changed
project/Dependencies.scala
@@ -22,7 +22,7 @@ object Dependencies {
22
// https://protobuf.dev/support/version-support/
23
// The protoc version can be inferred from the Protobuf Java minor version number.
24
// Example: Protobuf Java version 3.25.x uses protoc version 25.x.
25
- val protobufJavaVersion = "4.34.1"
+ val protobufJavaVersion = "4.35.0"
26
val protocVersion = "34.1"
27
}
28
0 commit comments