From 62fadabc47bcbbdb2a06367b17339d46dd1d3150 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Mon, 7 Feb 2011 22:13:20 -0500 Subject: Update dependencies for 0.3.0 RC2 --- rebar.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index f4e4a02e..3f8ca33d 100644 --- a/rebar.config +++ b/rebar.config @@ -20,13 +20,13 @@ {mochiweb, ".*", {git, "git://github.com/cloudant/mochiweb.git", {tag, "CouchDB-1.0.2"}}}, {rexi, ".*", {git, "git://github.com/cloudant/rexi.git", - {tag, "1.4.2"}}}, + {tag, "1.4.3"}}}, {fabric, ".*", {git, "git://github.com/cloudant/fabric.git", - {tag, "1.2.0"}}}, + {tag, "1.2.1"}}}, {mem3, ".*", {git, "git://github.com/cloudant/mem3.git", - {tag, "1.1.0"}}}, + {tag, "1.1.1"}}}, {chttpd, ".*", {git, "git://github.com/cloudant/chttpd.git", - {tag, "1.2.0"}}} + {tag, "1.2.1"}}} ]}. % needed for a clean transition to the deps model {clean_files, [ -- cgit v1.2.3