diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-04-22 07:34:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 07:34:57 -0700 |
commit | 35fb67523d784927a291fb464da4b36c6004470c (patch) | |
tree | 6257107b9f41f94f36b35bb8f18e4ef5121af77e /rebar.config | |
parent | c50bb13a69eb508bb268f6975cd496a635ad7c64 (diff) | |
parent | d5a5bf0609de76c51fd933fe0def1403175d326c (diff) |
Merge pull request #1764 from ferd/bump-cth_readable
Bump cth_readable to 1.3.4: restore eunit macro formatter
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 9337565..d136334 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {bbmustache, "1.3.0"}, {relx, "3.24.4"}, {cf, "0.2.2"}, - {cth_readable, "1.3.3"}, + {cth_readable, "1.3.4"}, {eunit_formatters, "0.5.0"}]}. {post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)", |