aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-06-10 11:36:55 +0200
committerLoïc Hoguin <[email protected]>2014-06-10 11:36:55 +0200
commitc81b94160e69180be61b32e7c071b4f855ed5fb1 (patch)
tree76de21413cad37efcec9f4f1bff3b29c38ae8981 /Makefile
parent6bbdbe4efa5fe247ce51d86125f15338f173d718 (diff)
downloadcowboy-c81b94160e69180be61b32e7c071b4f855ed5fb1.tar.gz
cowboy-c81b94160e69180be61b32e7c071b4f855ed5fb1.tar.bz2
cowboy-c81b94160e69180be61b32e7c071b4f855ed5fb1.zip
Update Ranch to 0.10.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 285793a..168d8af 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ PLT_APPS = crypto public_key ssl
DEPS = cowlib ranch
dep_cowlib = pkg://cowlib 0.6.2
-dep_ranch = pkg://ranch 0.9.0
+dep_ranch = pkg://ranch 0.10.0
TEST_DEPS = ct_helper gun
dep_ct_helper = https://github.com/extend/ct_helper.git master