diff options
author | Paweł Chmielowski <pchmielowski@process-one.net> | 2015-09-29 15:33:49 +0200 |
---|---|---|
committer | Paweł Chmielowski <pchmielowski@process-one.net> | 2015-09-29 15:34:02 +0200 |
commit | 704844fd2a1e98fae4efb63583aa5e7ca662ce9e (patch) | |
tree | 33f76c3a4a3c90a58dee07b22f521736b03d2df6 | |
parent | Set version 15.09 for mix (diff) |
Temporary switch to fork of oauth2 that compiles with r18
-rw-r--r-- | rebar.config.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index 64f0f6363..633433c19 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -63,7 +63,7 @@ Deps = [{p1_cache_tab, ".*", {git, "https://github.com/processone/cache_tab"}}, {p1_yaml, ".*", {git, "https://github.com/processone/p1_yaml"}}, {p1_utils, ".*", {git, "https://github.com/processone/p1_utils"}}, {jiffy, ".*", {git, "https://github.com/davisp/jiffy"}}, - {oauth2, ".*", {git, "https://github.com/IvanMartinez/oauth2.git"}}, + {oauth2, ".*", {git, "https://github.com/prefiks/oauth2.git"}}, {xmlrpc, ".*", {git, "https://github.com/rds13/xmlrpc.git"}}], ConfigureCmd = fun(Pkg, Flags) -> |