summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2019-07-12 14:55:01 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2019-07-12 14:55:01 +0200
commit948578b55be67743c10fac6ac68e973c5f935eff (patch)
tree01a9e46d1f132404960f0c8efb1e49bc23c71823 /rebar.config
parentBump jose version (diff)
Downgrade jose to version that works with rebar2 and del warning_as_error from it's config
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config5
1 files changed, 4 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 94a936b7..08042444 100644
--- a/rebar.config
+++ b/rebar.config
@@ -30,7 +30,7 @@
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.5"}}},
{pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.2"}}},
- {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.9.0"}}},
+ {jose, ".*", {git, "https://github.com/potatosalad/erlang-jose", {tag, "1.8.4"}}},
{eimp, ".*", {git, "https://github.com/processone/eimp", "172fae666e8da40142e9a17d9f9a154c6b697c9b"}},
{mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.3"}}},
{if_var_true, stun, {stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.28"}}}},
@@ -148,6 +148,9 @@
{cover_export_enabled, true}.
{recursive_cmds, ['configure-deps']}.
+{overrides, [
+ {del, [{erl_opts, [warnings_as_errors]}]}]}.
+
{post_hook_configure, [{"fast_tls", []},
{"stringprep", []},
{"fast_yaml", []},