From ae5b986489a00bea1f2b010b94a8171f1c750faf Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Wed, 6 Jan 2016 21:46:13 -0500 Subject: Updates cth_readable so it supports dumb terminals cth_readable 1.2.0 uses cf 0.2.1 to output colors, which makes it support dumb terminals without issue. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 61dcd97..ab76e92 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {bbmustache, "1.0.4"}, {relx, "3.11.0"}, {cf, "0.2.1"}, - {cth_readable, "1.1.1"}, + {cth_readable, "1.2.0"}, {eunit_formatters, "0.3.1"}]}. {escript_name, rebar3}. -- cgit v1.1