diff options
author | Robert Newson <robert.newson@cloudant.com> | 2012-09-18 10:45:38 +0100 |
---|---|---|
committer | Robert Newson <robert.newson@cloudant.com> | 2012-09-18 11:12:32 +0100 |
commit | ce2fc13730266b220e7afd6809b0b1aa2123bd49 (patch) | |
tree | 5bfe78f642eb69e3df7d004a7a80e7933b2d1cb8 | |
parent | 1cea79d4c3c22231a8e39de499d3e2591ef1bf08 (diff) |
Bump dependencies
-rw-r--r-- | rebar.config | 6 |
1 files 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, [ |