diff options
author | Adam Kocoloski <adam.kocoloski@gmail.com> | 2011-01-26 10:50:32 -0500 |
---|---|---|
committer | Adam Kocoloski <adam.kocoloski@gmail.com> | 2011-01-26 10:50:40 -0500 |
commit | 95890d951ed52881536c5baee286be589f00155c (patch) | |
tree | c6854556b5213344b64092f90e77dd6d982b9893 /rebar.config | |
parent | 5cb1971840302b6cd1f9743434c76d5bd221f209 (diff) |
Pick up new patches to erlang-oauth
BugzID: 11733
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 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, |