Skip to content

Commit

Permalink
Merge pull request #115 from eiennohito/gh-pages
Browse files Browse the repository at this point in the history
update documentation for removing grpc-all
  • Loading branch information
thesamet committed May 8, 2016
2 parents 91793e2 + 1b2c3ae commit 5000e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In build.sbt, include the following:
version in PB.protobufConfig := "3.0.0-beta-2"

libraryDependencies ++= Seq(
"io.grpc" % "grpc-all" % "0.9.0",
"io.grpc" % "grpc-netty" % "0.14.0",
"com.trueaccord.scalapb" %% "scalapb-runtime-grpc" % (PB.scalapbVersion in PB.protobufConfig).value
)

Expand All @@ -43,7 +43,7 @@ this:

syntax = "proto3";

packagee = "com.example.protos";
package com.example.protos;

// The greeting service definition.
service Greeter {
Expand Down

0 comments on commit 5000e5a

Please sign in to comment.