Skip to content

Commit 30f5a71

Browse files
committed
try protobuf-java 4.30.0
1 parent eb5dc14 commit 30f5a71

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.scala-steward.conf

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ updates.pin = [
88
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.9." }
99
# Scala 3.3 is the latest LTS version
1010
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
11-
# protobuf 4 is not yet well supported
12-
{ groupId = "com.google.protobuf", artifactId = "protobuf-java", version = "3." }
1311
# aeron 1.46 requires Java 17
1412
{ groupId = "io.aeron", version = "1.45." }
1513
# agrona 1.23 requires Java 17

project/Dependencies.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ object Dependencies {
2020

2121
object Protobuf {
2222
// https://protobuf.dev/support/version-support/
23-
// protobuf-java 3.25 corresponds with protoc 22.x-25.x
24-
val protobufJavaVersion = "3.25.6"
25-
val protocVersion = "25.6"
23+
// protobuf-java 4.30 corresponds with protoc 30.x
24+
val protobufJavaVersion = "4.30.0"
25+
val protocVersion = "30.0"
2626
}
2727

2828
lazy val java8CompatVersion = settingKey[String]("The version of scala-java8-compat to use.")

0 commit comments

Comments
 (0)