diff options
author | Robert Newson <robert.newson@cloudant.com> | 2013-01-23 13:23:32 +0000 |
---|---|---|
committer | Robert Newson <robert.newson@cloudant.com> | 2013-01-23 13:23:32 +0000 |
commit | 1d854b6c8f9ec82a244abee17b9adb95e42365cf (patch) | |
tree | a5d46e08c430175eed9507163e5d75e2125c4a91 | |
parent | b2e931fd318ef32af61fa9f02f7e5411549abc07 (diff) |
Bump fabric to 2.0.6
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index c0cf3353..586b3195 100644 --- a/rebar.config +++ b/rebar.config @@ -22,7 +22,7 @@ {rexi, ".*", {git, "https://github.com/cloudant/rexi.git", {tag, "1.5.5"}}}, {fabric, ".*", {git, "https://github.com/cloudant/fabric.git", - {tag, "2.0.5"}}}, + {tag, "2.0.6"}}}, {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", {tag, "2.0.0"}}}, {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", |