btlines / grpcakkastream

Use GRPC services with the Akka-stream API
MIT License
69 stars 12 forks source link

sbt correct settings in the documentation #20

Open jesinity opened 6 years ago

jesinity commented 6 years ago

tried the settings suggested in the guide, but the sbt did not resolve:

grpc.akkastreams.generators.GrpcAkkaStreamGenerator() symbol

did you face the same issue? which version of sbt should I use?

peteremiljensen commented 6 years ago

I have the same problem. Any news?

peteremiljensen commented 6 years ago

I found the problem. You need to include:

"beyondthelines"` %% "grpcakkastreamgenerator" % "0.1.1"

as well in libraryDependencies in protoc.sbt.

The documentation actually says the same :)