diff options
-rw-r--r-- | rebar.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config index 9fdca73e..6fb5113f 100644 --- a/rebar.config +++ b/rebar.config @@ -22,11 +22,11 @@ {rexi, ".*", {git, "https://github.com/cloudant/rexi.git", master}}, {fabric, ".*", {git, "https://github.com/cloudant/fabric.git", - {branch, "couch_1.1"}}}, + master}}, {mem3, ".*", {git, "https://github.com/cloudant/mem3.git", - {branch, "couch_1.1"}}}, + master}}, {chttpd, ".*", {git, "https://github.com/cloudant/chttpd.git", - {branch, "couch_1.1"}}} + master}} ]}. % needed for a clean transition to the deps model {clean_files, [ |