Skip to content

Commit 4a61bd8

Browse files
chore(deps): major update (#23)
## About this PR Updates: * 📦 [com.raw-labs:protocol-raw](https://www.raw-labs.com/) from `0.39.1` to `0.50.0` <sup> labels: dependencies, library-update, early-semver-major, semver-spec-minor, version-scheme:early-semver, commit-count:1 </sup> Co-authored-by: scala-steward-raw-labs[bot] <141842368+scala-steward-raw-labs[bot]@users.noreply.github.com>
1 parent 384e33f commit 4a61bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ lazy val root = (project in file("."))
111111
ProtobufConfig / version := "3.25.4",
112112
ProtobufConfig / protobufGrpcVersion := "1.62.2",
113113
libraryDependencies ++= Seq(
114-
"com.raw-labs" %% "protocol-raw" % "0.39.1" % "compile->compile;test->test",
114+
"com.raw-labs" %% "protocol-raw" % "0.50.0" % "compile->compile;test->test",
115115
// Import protobuf files from upstream package, so we can refer to them from our own
116-
"com.raw-labs" %% "protocol-raw" % "0.39.1" % ProtobufConfig.name,
116+
"com.raw-labs" %% "protocol-raw" % "0.50.0" % ProtobufConfig.name,
117117
// Required for gRPC Protobuf
118118
"javax.annotation" % "javax.annotation-api" % "1.3.2",
119119
"io.grpc" % "grpc-netty" % (ProtobufConfig / protobufGrpcVersion).value,

0 commit comments

Comments
 (0)