diff options
author | Loïc Hoguin <[email protected]> | 2014-03-27 11:39:09 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-03-27 11:39:09 +0100 |
commit | 05024529679d1d0203b8dcd6e2932cc2a526d370 (patch) | |
tree | 83e60de1c32da3a58a514622bb6663032765869c /Makefile | |
parent | c9b9644aa3020643051da73931542367d649f593 (diff) | |
download | cowboy-05024529679d1d0203b8dcd6e2932cc2a526d370.tar.gz cowboy-05024529679d1d0203b8dcd6e2932cc2a526d370.tar.bz2 cowboy-05024529679d1d0203b8dcd6e2932cc2a526d370.zip |
Update cowlib to 0.6.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ PLT_APPS = crypto public_key ssl # Dependencies. DEPS = cowlib ranch -dep_cowlib = pkg://cowlib 0.6.0 +dep_cowlib = pkg://cowlib 0.6.1 dep_ranch = pkg://ranch 0.9.0 TEST_DEPS = ct_helper gun |