From 631ab540159c4e1f64baf609e225fb6ef7cddd18 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Tue, 10 Jan 2012 14:53:17 -0500 Subject: Bump fabric and chttpd versions The fabric bump fixes some corner cases for read repair. The chttpd bump improves error handling for delayed responses. --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rebar.config') 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, [ -- cgit v1.2.3