diff options
-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, [ |