Skip to content

Commit

Permalink
chore(deps): major update (#23)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
scala-steward-raw-labs[bot] authored Oct 4, 2024
1 parent 384e33f commit 4a61bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1" % "compile->compile;test->test",
"com.raw-labs" %% "protocol-raw" % "0.50.0" % "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.1" % ProtobufConfig.name,
"com.raw-labs" %% "protocol-raw" % "0.50.0" % ProtobufConfig.name,
// Required for gRPC Protobuf
"javax.annotation" % "javax.annotation-api" % "1.3.2",
"io.grpc" % "grpc-netty" % (ProtobufConfig / protobufGrpcVersion).value,
Expand Down

0 comments on commit 4a61bd8

Please sign in to comment.