diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index 8aa55d7e..6fb5113f 100644 --- a/rebar.config +++ b/rebar.config @@ -16,9 +16,9 @@ {oauth, ".*", {git, "https://github.com/cloudant/erlang-oauth.git", {branch, "couch"}}}, {ibrowse, ".*", {git, "https://github.com/cloudant/ibrowse.git", - {branch, "couch2"}}}, + {branch, "couch_1.1"}}}, {mochiweb, ".*", {git, "https://github.com/cloudant/mochiweb.git", - {branch, "couch"}}}, + {branch, "couch_1.1"}}}, {rexi, ".*", {git, "https://github.com/cloudant/rexi.git", master}}, {fabric, ".*", {git, "https://github.com/cloudant/fabric.git", |