diff options
author | Adam Kocoloski <adam@cloudant.com> | 2011-02-07 22:13:20 -0500 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2011-02-07 22:15:05 -0500 |
commit | 62fadabc47bcbbdb2a06367b17339d46dd1d3150 (patch) | |
tree | e5738cf3f49b7e0dac3852dc4671a1eda1a10c49 /rebar.config | |
parent | 8276ba5218c900d3701dc00dfb6b6bea096c3ccc (diff) |
Update dependencies for 0.3.0 RC2
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 8 |
1 files changed, 4 insertions, 4 deletions
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, [ |