From c56cec7d92b075452efd00a6ab67d55940d9738a Mon Sep 17 00:00:00 2001 From: Jakob Buchgraber Date: Wed, 11 Mar 2015 13:44:32 -0700 Subject: [PATCH] Update README.md to Netty 4.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f7290faf9..a29955338a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ grpc-java How to Build ------------ -grpc-java requires Netty 5, which is still in flux. The version we need can be +grpc-java requires Netty 4.1, which is still in flux. The version we need can be found in the lib/netty submodule, which requires Maven 3.2 or higher to build: ``` $ git submodule update --init