diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-11-21 13:46:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 13:46:24 -0500 |
commit | 0c801bc6c43ff58c8a6c1a3034c5414db3dd7a78 (patch) | |
tree | 53db60de6b056b30475bb80c57374fc5dbeea8d5 /rebar.config | |
parent | 2792029d5860eda089203ec04c79cf29570cf6ce (diff) | |
parent | f6c92df55d118c7a061a403bfade38bf10dd261a (diff) |
Merge pull request #1666 from tsloughter/relx-3.24.3
upgrade relx to 3.24.3
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 a808d54..25ae498 100644 --- a/rebar.config +++ b/rebar.config @@ -7,7 +7,7 @@ {providers, "1.7.0"}, {getopt, "1.0.1"}, {bbmustache, "1.3.0"}, - {relx, "3.24.2"}, + {relx, "3.24.3"}, {cf, "0.2.2"}, {cth_readable, "1.3.1"}, {eunit_formatters, "0.5.0"}]}. |