xuwei-k / grpc-scala-sample

translated from grpc java examples with ScalaPB
BSD 3-Clause "New" or "Revised" License
65 stars 25 forks source link

Unable to build channel #8

Closed gorros closed 7 years ago

gorros commented 7 years ago

I am getting following error

Error:(20, 87) value build is not a member of ?0
        val channel = ManagedChannelBuilder.forAddress(host, port).usePlaintext(true).build

for this line

xuwei-k commented 7 years ago

I could not reproduce your error. I just updated scalapb 0.6.0 and grpc-java 1.4.0 and then success travis-ci job.