From 23fc8e2a89058d2f96ff64c0bc0dff637662995c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 27 May 2016 12:45:55 +0200 Subject: Initial HTTP/2 support A number of things are not implemented, but this is enough to connect to Twitter and get a response sent back. It also currently doesn't have tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 280a8b0..208e298 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ CI_OTP = OTP-18.0.2 # Dependencies. DEPS = cowlib ranch -dep_cowlib = git https://github.com/ninenines/cowlib 1.3.0 +dep_cowlib = git https://github.com/ninenines/cowlib master dep_ranch = git https://github.com/ninenines/ranch 1.1.0 TEST_DEPS = ct_helper -- cgit v1.2.3