From 1156e8969bc1a4d15cb6237bccae04ff043fe62f Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Fri, 7 Jul 2023 02:48:56 +0000 Subject: [PATCH] Update protobuf-java to 3.23.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 17389ff..8ff04cb 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.23.2" % "runtime" // for scala-steward +lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.23.4" % "runtime" // for scala-steward lazy val root = (project in file(".")) .enablePlugins(SbtPlugin)