summaryrefslogtreecommitdiffstats
path: root/rebar.config
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 /rebar.config
parentd3e906fe634a9b58327e5c8a95782a8798250e08 (diff)
downloadbullet-f541942867e31671ca8f5fd51508cd2e76bdedfa.tar.gz
bullet-f541942867e31671ca8f5fd51508cd2e76bdedfa.tar.bz2
bullet-f541942867e31671ca8f5fd51508cd2e76bdedfa.zip
Make Bullet work with Cowboy 0.9.0
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 79e21c5..848f968 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
{cowboy, ".*",
- {git, "git://github.com/extend/cowboy.git", {tag, "0.8.4"}}}
+ {git, "git://github.com/extend/cowboy.git", {tag, "0.9.0"}}}
]}.