From ce2fc13730266b220e7afd6809b0b1aa2123bd49 Mon Sep 17 00:00:00 2001 From: Robert Newson Date: Tue, 18 Sep 2012 10:45:38 +0100 Subject: Bump dependencies --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index d7ceb6f1..1b3ae40e 100644 --- a/rebar.config +++ b/rebar.config @@ -22,9 +22,9 @@ {rexi, ".*", {git, "https://github.com/cloudant/rexi.git", {tag, "1.6.0"}}}, {fabric, ".*", {git, "https://github.com/cloudant/fabric.git", - {tag, "2.1.4"}}}, + {tag, "2.1.6"}}}, {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", - {tag, "3.0.2"}}}, + {tag, "3.1.1"}}}, {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", {tag, "1.4.4"}}}, {twig, ".*", {git, "https://github.com/cloudant/twig.git", @@ -32,7 +32,7 @@ {jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", {tag, "0.5.2"}}}, {couch_replicator, ".*", {git, - "https://github.com/cloudant/couch_replicator.git", {tag,"0.1.4"}}} + "https://github.com/cloudant/couch_replicator.git", {tag,"0.1.8"}}} ]}. % needed for a clean transition to the deps model {clean_files, [ -- cgit v1.2.3