From ecd26b78df7df492a526f81531c61efccd8dc810 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 28 Mar 2024 20:18:01 +0000 Subject: [PATCH] Update protobuf-java to 4.26.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7188158..746f2b1 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ publish / skip := true sonatypeProfileName := "com.thesamet" -def protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.3" +def protobufJava = "com.google.protobuf" % "protobuf-java" % "4.26.1" inThisBuild( List(