From fe146fb98c8928fb19598da7d5d102bafb8c83fa Mon Sep 17 00:00:00 2001 From: "scala-steward-raw-labs[bot]" <141842368+scala-steward-raw-labs[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 07:29:20 +0000 Subject: [PATCH] Update protocol-raw to 0.39.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2f13bf9..fa04128 100644 --- a/build.sbt +++ b/build.sbt @@ -111,9 +111,9 @@ lazy val root = (project in file(".")) ProtobufConfig / version := "3.25.4", ProtobufConfig / protobufGrpcVersion := "1.62.2", libraryDependencies ++= Seq( - "com.raw-labs" %% "protocol-raw" % "0.39.0" % "compile->compile;test->test", + "com.raw-labs" %% "protocol-raw" % "0.39.1" % "compile->compile;test->test", // Import protobuf files from upstream package, so we can refer to them from our own - "com.raw-labs" %% "protocol-raw" % "0.39.0" % ProtobufConfig.name, + "com.raw-labs" %% "protocol-raw" % "0.39.1" % ProtobufConfig.name, // Required for gRPC Protobuf "javax.annotation" % "javax.annotation-api" % "1.3.2", "io.grpc" % "grpc-netty" % (ProtobufConfig / protobufGrpcVersion).value,