From dfddfeb0507342c1dac04aee80058cdc8fb50eac Mon Sep 17 00:00:00 2001 From: Robert Newson Date: Wed, 14 Nov 2012 13:22:25 +0000 Subject: Bump dependencies --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 1b3ae40e..fc823db8 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.6"}}}, + {tag, "2.1.11"}}}, {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", - {tag, "3.1.1"}}}, + {tag, "3.2.0"}}}, {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.8"}}} + "https://github.com/cloudant/couch_replicator.git", {tag,"0.1.11"}}} ]}. % needed for a clean transition to the deps model {clean_files, [ -- cgit v1.2.3