diff --git a/rebar.config b/rebar.config index 3649112..cb2a1b0 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ {deps, [ {cowboy, "1.0.4"}, - {oidcc, {git, "https://github.com/indigo-dc/oidcc", {branch, "master"}}} + {oidcc, {git, "https://github.com/indigo-dc/oidcc", {tag, "v0.4.0"}}} ] }. diff --git a/rebar.lock b/rebar.lock index 301eeee..f20c36a 100644 --- a/rebar.lock +++ b/rebar.lock @@ -6,6 +6,6 @@ {<<"jsone">>,{pkg,<<"jsone">>,<<"1.4.0">>},2}, {<<"oidcc">>, {git,"https://github.com/indigo-dc/oidcc", - {ref,"a5cbd452c53ec33717c304697112c7e81319656a"}}, + {ref,"85c68c915a350885ca060b0ea52d0b1ba02de344"}}, 0}, {<<"ranch">>,{pkg,<<"ranch">>,<<"1.2.1">>},1}].