diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-05-05 18:29:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-05 18:29:58 -0400 |
commit | 59a99a704fd22eb1e5b451fbe2d97ae7a6e29d9d (patch) | |
tree | 096db6363e6b67c266cd1a695fa85f8b263aee62 /rebar.config | |
parent | d457f2af6be3ff75fbe2de32127ce3958bca2c4f (diff) | |
parent | f4f538a89b7f94aef70b8f1a14b73bd0b4a9c228 (diff) |
Merge pull request #1779 from ferd/compact-cth_readable
Officially drop Erlang R16B support—Logger support in cth_readable, and compact CT output
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 4bd205b..d0b2e44 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.4"}, + {cth_readable, "1.4.0"}, {eunit_formatters, "0.5.0"}]}. {post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)", |