diff options
-rw-r--r-- | rebar.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index b621564a..878a7093 100644 --- a/rebar.config +++ b/rebar.config @@ -13,8 +13,8 @@ % the License. {deps, [ - {oauth, ".*", {git, "git://github.com/cloudant/erlang-oauth.git", {tag, - "CouchDB-1.0.1-rebar"}}}, + {oauth, ".*", {git, "git://github.com/cloudant/erlang-oauth.git", {branch, + "couch"}}}, {ibrowse, ".*", {git, "git://github.com/cloudant/ibrowse.git", {branch, "couch2"}}}, {mochiweb, ".*", {git, "git://github.com/cloudant/mochiweb.git", {branch, |