From 0436a17fffaca7910250fcdee609852b417f3f24 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Sat, 16 Jun 2012 20:50:44 -0400 Subject: Update lots of dependencies --- rebar.config | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/rebar.config b/rebar.config index 6b49e107..1b88e593 100644 --- a/rebar.config +++ b/rebar.config @@ -18,15 +18,21 @@ {ibrowse, ".*", {git, "https://github.com/cloudant/ibrowse.git", {tag, "CouchDB-1.1.0"}}}, {mochiweb, ".*", {git, "https://github.com/cloudant/mochiweb.git", - {tag, "CouchDB-1.1.0"}}}, + {tag, "CouchDB-1.1.0-1"}}}, {rexi, ".*", {git, "https://github.com/cloudant/rexi.git", - {tag, "1.5.5"}}}, + {tag, "1.5.7"}}}, {fabric, ".*", {git, "https://github.com/cloudant/fabric.git", - {tag, "2.0.4"}}}, + {tag, "2.1.3"}}}, {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", - {tag, "2.0.0"}}}, + {tag, "3.0.2"}}}, {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", - {tag, "1.4.3"}}} + {tag, "1.4.3"}}}, + {twig, ".*", {git, "https://github.com:cloudant/twig.git", + {tag, "0.2.1"}}}, + {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.1"}}} ]}. % needed for a clean transition to the deps model {clean_files, [ -- cgit v1.2.3