From 5b00f97963148d30ef5d9e14c7be9c731e573af8 Mon Sep 17 00:00:00 2001 From: tursom Date: Sat, 23 May 2020 02:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84Channel=E5=A2=9E=E5=BC=BA?= =?UTF-8?q?=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/ws-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ws-client/build.gradle b/utils/ws-client/build.gradle index 7183849..4fadabb 100644 --- a/utils/ws-client/build.gradle +++ b/utils/ws-client/build.gradle @@ -2,5 +2,5 @@ dependencies { compile project(":") api project(":log") api project(":utils") - implementation group: "io.netty", name: "netty-all", version: "4.1.43.Final" + compile group: "io.netty", name: "netty-all", version: "4.1.43.Final" } \ No newline at end of file