diff options
author | Adam Kocoloski <adam@cloudant.com> | 2012-06-16 20:50:44 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2012-06-16 20:50:44 -0400 |
commit | 0436a17fffaca7910250fcdee609852b417f3f24 (patch) | |
tree | 3edaeb534e9b4f8339cd1aac57a578f5b936820f | |
parent | 09f0be1d29330771cf2847fed497d7c12bc127f4 (diff) |
Update lots of dependencies
-rw-r--r-- | rebar.config | 16 |
1 files 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, [ |