summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-11-14 17:00:27 +0100
committerLoïc Hoguin <[email protected]>2013-11-14 17:00:27 +0100
commitf541942867e31671ca8f5fd51508cd2e76bdedfa (patch)
treef288f070cf7d70c9ad33dc375f5aeb9ab39907a6 /Makefile
parentd3e906fe634a9b58327e5c8a95782a8798250e08 (diff)
downloadbullet-f541942867e31671ca8f5fd51508cd2e76bdedfa.tar.gz
bullet-f541942867e31671ca8f5fd51508cd2e76bdedfa.tar.bz2
bullet-f541942867e31671ca8f5fd51508cd2e76bdedfa.zip
Make Bullet work with Cowboy 0.9.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e5d78e..dcf8624 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ PROJECT = bullet
# Dependencies.
DEPS = cowboy
-dep_cowboy = https://github.com/extend/cowboy.git 0.8.4
+dep_cowboy = https://github.com/extend/cowboy.git 0.9.0
# Standard targets.