diff options
author | Loïc Hoguin <[email protected]> | 2018-04-30 15:03:17 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-04-30 15:11:06 +0200 |
commit | 42439b93dba228b2caa078fddd8ad4716f113d90 (patch) | |
tree | 684972869821cc114ea901c0e9af9f5b41c823f9 /Makefile | |
parent | 3ebd01805fdfd47c374430b13f86ce9ec9d15f00 (diff) | |
download | cowboy-42439b93dba228b2caa078fddd8ad4716f113d90.tar.gz cowboy-42439b93dba228b2caa078fddd8ad4716f113d90.tar.bz2 cowboy-42439b93dba228b2caa078fddd8ad4716f113d90.zip |
Update Cowlib to 2.3.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ CT_OPTS += -ct_hooks cowboy_ct_hook [] # -boot start_sasl LOCAL_DEPS = crypto DEPS = cowlib ranch -dep_cowlib = git https://github.com/ninenines/cowlib master +dep_cowlib = git https://github.com/ninenines/cowlib 2.3.0 dep_ranch = git https://github.com/ninenines/ranch 1.5.0 DOC_DEPS = asciideck |