diff options
author | Adam Kocoloski <adam@cloudant.com> | 2012-01-10 14:53:17 -0500 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2012-01-10 14:53:17 -0500 |
commit | 631ab540159c4e1f64baf609e225fb6ef7cddd18 (patch) | |
tree | acb2671cea59e94ba4669a11ff29301998ace0f7 | |
parent | 6cec3db82d6e17e413e771ad0e3aab156bafbc1b (diff) |
Bump fabric and chttpd versions
The fabric bump fixes some corner cases for read repair. The chttpd
bump improves error handling for delayed responses.
-rw-r--r-- | rebar.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index 9816e46a..32a95fc8 100644 --- a/rebar.config +++ b/rebar.config @@ -22,11 +22,11 @@ {rexi, ".*", {git, "https://github.com/cloudant/rexi.git", {tag, "1.5.5"}}}, {fabric, ".*", {git, "https://github.com/cloudant/fabric.git", - {tag, "2.0.2"}}}, + {tag, "2.0.3"}}}, {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", {tag, "2.0.0"}}}, {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", - {tag, "1.4.0"}}} + {tag, "1.4.1"}}} ]}. % needed for a clean transition to the deps model {clean_files, [ |