diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-05-30 20:02:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 20:02:54 -0400 |
commit | b1b45ff926d1380dd71e402ae2ea22fa84356493 (patch) | |
tree | e042ad22d2db6da149cb2061b9fe7fa2eb151de4 /rebar.config | |
parent | 8634faa516b8a20d3553101d60164d2696be1a62 (diff) | |
parent | 246b4baaca6996810e455085bb75a33a044efa6a (diff) |
Merge pull request #1797 from ferd/otp-21-rc2-support
Logger OTP-21-rc2 support
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 0ce4fb3..319a837 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.4.0"}, + {cth_readable, "1.4.1"}, {eunit_formatters, "0.5.0"}]}. {post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)", |