diff options
author | Tristan Sloughter <t@crashfast.com> | 2019-08-20 10:15:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-20 10:15:07 -0600 |
commit | 2db55cea71e88832bf34fa835e7cf964083e0d02 (patch) | |
tree | 408e8587056cf214efb66b2e6eee78be308b08d8 /rebar.config | |
parent | 5bc4581d6c7336790ddb51e4dce63bc47f8d2754 (diff) | |
parent | f71cd13b3ebb4a0aeb3b648e1b59055f4a0840eb (diff) |
Merge pull request #2142 from tsloughter/relx-3.33.0
upgrade relx 3.33.0
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 2b67d90..8877e73 100644 --- a/rebar.config +++ b/rebar.config @@ -8,7 +8,7 @@ {providers, "1.8.1"}, {getopt, "1.0.1"}, {bbmustache, "1.6.1"}, - {relx, "3.32.1"}, + {relx, "3.33.0"}, {cf, "0.2.2"}, {cth_readable, "1.4.5"}, {eunit_formatters, "0.5.0"}]}. |