From ed4645feff677d858f8ab0d6623211020bc2ed58 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 16 Nov 2023 02:02:35 +0000 Subject: [PATCH] Update protobuf-java to 3.25.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2880604..d6038f3 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ ThisBuild / organization := "com.github.sbt" lazy val protocJar = "com.github.os72" % "protoc-jar" % "3.11.4" -lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.0" % "runtime" // for scala-steward +lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.1" % "runtime" // for scala-steward lazy val root = (project in file(".")) .enablePlugins(SbtPlugin)