aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-02-16 15:48:04 +0100
committerLoïc Hoguin <[email protected]>2015-02-16 15:48:04 +0100
commitdc8be8882c9aeba9f14c228d8567fba2ca7fd55d (patch)
tree3e36950f6deef587f04fb4c43b0156ab191f6a69 /Makefile
parent89c47d3d6edc8aafb4c9c4a5a86fb0239dee8f3a (diff)
downloadcowboy-dc8be8882c9aeba9f14c228d8567fba2ca7fd55d.tar.gz
cowboy-dc8be8882c9aeba9f14c228d8567fba2ca7fd55d.tar.bz2
cowboy-dc8be8882c9aeba9f14c228d8567fba2ca7fd55d.zip
Use cow_ws for the Websocket parsing code
Updates Cowlib to 1.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 12bedf8..db46c32 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ PLT_APPS = crypto public_key ssl
# Dependencies.
DEPS = cowlib ranch
-dep_cowlib = git https://github.com/ninenines/cowlib master
+dep_cowlib = git https://github.com/ninenines/cowlib 1.1.0
TEST_DEPS = ct_helper gun
dep_ct_helper = git https://github.com/extend/ct_helper.git master