diff options
author | Robert Newson <robert.newson@cloudant.com> | 2013-02-15 12:09:24 +0000 |
---|---|---|
committer | Robert Newson <robert.newson@cloudant.com> | 2013-02-15 12:09:24 +0000 |
commit | c0bcc6ec922456c53fd1167778fa8e8ed30b12f9 (patch) | |
tree | 90f285f5110234f4660700924f01120a706d7d5f | |
parent | 1d854b6c8f9ec82a244abee17b9adb95e42365cf (diff) |
Bump fabric to 2.0.7
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 586b3195..c17cb5ab 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.6"}}}, + {tag, "2.0.7"}}}, {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", {tag, "2.0.0"}}}, {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", |