From 41c3e2063cdff82960b6e2f19dbbd89cccf5d6e4 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Sat, 26 Aug 2023 00:15:25 +0000 Subject: [PATCH] Update protobuf-java to 3.24.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7d17b11..0f87c49 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.24.1" % "runtime" // for scala-steward +lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.24.2" % "runtime" // for scala-steward lazy val root = (project in file(".")) .enablePlugins(SbtPlugin)