File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ lazy val root = (project in file("."))
111
111
ProtobufConfig / version := " 3.25.4" ,
112
112
ProtobufConfig / protobufGrpcVersion := " 1.62.2" ,
113
113
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" ,
115
115
// 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,
117
117
// Required for gRPC Protobuf
118
118
" javax.annotation" % " javax.annotation-api" % " 1.3.2" ,
119
119
" io.grpc" % " grpc-netty" % (ProtobufConfig / protobufGrpcVersion).value,
You can’t perform that action at this time.
0 commit comments