We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0949b24 commit 259815eCopy full SHA for 259815e
build.sbt
@@ -17,7 +17,7 @@ ThisBuild / scalacOptions ++= Seq("-deprecation") ++ {
17
18
ThisBuild / publishTo := sonatypePublishToBundle.value
19
20
-val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.4"
+val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.5"
21
22
libraryDependencies ++= Seq(
23
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion,
0 commit comments