Skip to content

Commit 9d7f4df

Browse files
committed
Update protobuf-java, protobuf-java-util to 4.30.2
1 parent f491480 commit 9d7f4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ThisBuild / scalacOptions ++= Seq("-deprecation") ++ {
1717

1818
ThisBuild / publishTo := sonatypePublishToBundle.value
1919

20-
val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.6"
20+
val protobufJava = "com.google.protobuf" % "protobuf-java" % "4.30.2"
2121

2222
libraryDependencies ++= Seq(
2323
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion,

0 commit comments

Comments
 (0)