0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Update Ranch to 1.2.1

This commit is contained in:
Loïc Hoguin 2016-03-10 23:30:19 +01:00
parent 0193538dba
commit e87438ffb1

View file

@ -19,7 +19,7 @@ LOCAL_DEPS = crypto
DEPS = cowlib ranch DEPS = cowlib ranch
dep_cowlib = git https://github.com/ninenines/cowlib master dep_cowlib = git https://github.com/ninenines/cowlib master
dep_ranch = git https://github.com/ninenines/ranch 1.1.0 dep_ranch = git https://github.com/ninenines/ranch 1.2.1
TEST_DEPS = ct_helper gun TEST_DEPS = ct_helper gun
dep_ct_helper = git https://github.com/extend/ct_helper master dep_ct_helper = git https://github.com/extend/ct_helper master