diff options
author | Loïc Hoguin <[email protected]> | 2013-05-16 19:10:32 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-05-16 19:10:32 +0200 |
commit | 3d2f7218c5db76f63b268fdd729be138e1c6b963 (patch) | |
tree | f4d4bf2e7b7516e488321c4f5f2d2a29fb613447 /Makefile | |
parent | 6d1344319a208412afa3d32f98d1b9043ff90eb7 (diff) | |
download | cowboy-3d2f7218c5db76f63b268fdd729be138e1c6b963.tar.gz cowboy-3d2f7218c5db76f63b268fdd729be138e1c6b963.tar.bz2 cowboy-3d2f7218c5db76f63b268fdd729be138e1c6b963.zip |
Update Ranch to 0.8.3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ PLT_APPS = crypto public_key ssl DEPS = ranch TEST_DEPS = ct_helper -dep_ranch = https://github.com/extend/ranch.git 0.8.2 +dep_ranch = https://github.com/extend/ranch.git 0.8.3 dep_ct_helper = https://github.com/extend/ct_helper.git master # Standard targets. |