summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <robert.newson@cloudant.com>2013-01-23 12:25:58 +0000
committerRobert Newson <robert.newson@cloudant.com>2013-01-23 12:25:58 +0000
commitbadefe21339ec7b5eaa83b49724d866012fb1374 (patch)
tree91f7ec65128535acf7601d2144981b6108f26ff6
parentf629dca9d209bf1deea6a5868f07fca8d89b04b4 (diff)
Pin chttpd to 1.4.5
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index c596ddb2..f005115d 100644
--- a/rebar.config
+++ b/rebar.config
@@ -26,7 +26,7 @@
{mem3, ".*", {git, "https://github.com/cloudant/mem3.git",
{tag, "3.2.0"}}},
{chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git",
- {branch, "master"}}},
+ {tag, "1.4.5"}}},
{twig, ".*", {git, "https://github.com/cloudant/twig.git",
{tag, "0.2.1"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy.git",