summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMariano Guerra <[email protected]>2015-05-13 11:50:10 +0100
committerMariano Guerra <[email protected]>2015-05-13 11:50:10 +0100
commitb4f33ac4d6e56c758df29498920ab2879b2153ea (patch)
tree8cf9128895b29d719a9684bd46865939c79fe600 /Makefile
parent46fbd90698130ea3d93d32118d19e3e480867194 (diff)
downloadbullet-b4f33ac4d6e56c758df29498920ab2879b2153ea.tar.gz
bullet-b4f33ac4d6e56c758df29498920ab2879b2153ea.tar.bz2
bullet-b4f33ac4d6e56c758df29498920ab2879b2153ea.zip
update cowboy to 1.0.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dcf8624..3c1db67 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PROJECT = bullet
# Dependencies.
DEPS = cowboy
-dep_cowboy = https://github.com/extend/cowboy.git 0.9.0
+dep_cowboy = https://github.com/extend/cowboy.git 1.0.1
# Standard targets.