diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2019-06-01 10:55:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-01 10:55:16 -0400 |
commit | 3231a2954fdb1db26eb1dde26a650c2c30098418 (patch) | |
tree | 11260c41b9ed312467fe23d1407721ff5cac3eb3 /rebar.config | |
parent | 19aa7d3afbcf2e8a53137ed005ef5434fd1729ec (diff) | |
parent | 662b1a834df6b2c9c91f7719cfce8628d0b0d35e (diff) |
Merge pull request #2097 from tsloughter/relx-3.32.1
bump relx to 3.32.1 and providers to 1.8.1
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 aeef226..1de146c 100644 --- a/rebar.config +++ b/rebar.config @@ -5,10 +5,10 @@ {ssl_verify_fun, "1.1.5"}, {certifi, "2.5.1"}, {parse_trans, "3.3.0"}, % force otp-21 compat - {providers, "1.7.0"}, + {providers, "1.8.1"}, {getopt, "1.0.1"}, {bbmustache, "1.6.1"}, - {relx, "3.32.0"}, + {relx, "3.32.1"}, {cf, "0.2.2"}, {cth_readable, "1.4.4"}, {eunit_formatters, "0.5.0"}]}. |