From dc8be8882c9aeba9f14c228d8567fba2ca7fd55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 16 Feb 2015 15:48:04 +0100 Subject: Use cow_ws for the Websocket parsing code Updates Cowlib to 1.1.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12bedf8..db46c32 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ PLT_APPS = crypto public_key ssl # Dependencies. DEPS = cowlib ranch -dep_cowlib = git https://github.com/ninenines/cowlib master +dep_cowlib = git https://github.com/ninenines/cowlib 1.1.0 TEST_DEPS = ct_helper gun dep_ct_helper = git https://github.com/extend/ct_helper.git master -- cgit v1.2.3