diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-03-27 21:32:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 21:32:08 -0400 |
commit | 4bac0ed2a413b7f846e8862f4f3ff3814a0f1421 (patch) | |
tree | 5da7b3fc55decc9ccc9315d6e7e5484a4aa8928b /rebar.config | |
parent | e32cd3118f0aada01775e9d2468bb98b04e2be28 (diff) | |
parent | 601f2e8e916fe6988ff244fc2a1f2e5fa7f99958 (diff) |
Merge pull request #1524 from lrascao/feature/bump_relx_3_22_4
Bump relx to 3.22.4
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 36ef8c7..c8b3327 100644 --- a/rebar.config +++ b/rebar.config @@ -7,7 +7,7 @@ {providers, "1.6.0"}, {getopt, "0.8.2"}, {bbmustache, "1.3.0"}, - {relx, "3.22.3"}, + {relx, "3.22.4"}, {cf, "0.2.2"}, {cth_readable, "1.2.4"}, {eunit_formatters, "0.3.1"}]}. |