File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/scala/com/scalableminds/fossildb Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ libraryDependencies ++= Seq(
2424 " com.typesafe.scala-logging" %% " scala-logging" % " 3.7.2" ,
2525 " org.scalatest" % " scalatest_2.12" % " 3.0.4" % " test" ,
2626 " io.grpc" % " grpc-all" % scalapb.compiler.Version .grpcJavaVersion,
27+ " io.grpc" % " grpc-services" % scalapb.compiler.Version .grpcJavaVersion,
2728 " com.thesamet.scalapb" %% " scalapb-runtime-grpc" % scalapb.compiler.Version .scalapbVersion,
2829 " org.rocksdb" % " rocksdbjni" % " 5.1.2" ,
2930 " com.github.scopt" %% " scopt" % " 3.7.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ package com.scalableminds.fossildb
66import java .io .{PrintWriter , StringWriter }
77
88import com .google .protobuf .ByteString
9- import io .grpc .health .v1 .HealthGrpc ;
9+ import io .grpc .health .v1 .HealthGrpc
1010import com .scalableminds .fossildb .db .StoreManager
1111import com .scalableminds .fossildb .proto .fossildbapi ._
1212import com .trueaccord .scalapb .GeneratedMessage
You can’t perform that action at this time.
0 commit comments