From 704844fd2a1e98fae4efb63583aa5e7ca662ce9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Tue, 29 Sep 2015 15:33:49 +0200 Subject: [PATCH] Temporary switch to fork of oauth2 that compiles with r18 --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ->