diff options
author | Tristan Sloughter <t@crashfast.com> | 2016-01-10 11:31:59 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2016-01-10 11:31:59 -0600 |
commit | 27cc7df9be5cfa3d67819c7c5bc8cf11623472db (patch) | |
tree | 3eb2d9adb1649d2c16026c2d7067523f08032b9a | |
parent | 3f7370f5fb10239a1f9b2ebe9f443de26e55ba67 (diff) | |
parent | ae5b986489a00bea1f2b010b94a8171f1c750faf (diff) |
Merge pull request #996 from ferd/bump-cth_readable-dumbterm
Updates cth_readable so it supports dumb terminals
-rw-r--r-- | rebar.config | 2 | ||||
-rw-r--r-- | rebar.lock | 2 |
2 files changed, 2 insertions, 2 deletions
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}. @@ -1,7 +1,7 @@ [{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.4">>},0}, {<<"certifi">>,{pkg,<<"certifi">>,<<"0.3.0">>},0}, {<<"cf">>,{pkg,<<"cf">>,<<"0.2.1">>},0}, - {<<"cth_readable">>,{pkg,<<"cth_readable">>,<<"1.1.1">>},0}, + {<<"cth_readable">>,{pkg,<<"cth_readable">>,<<"1.2.0">>},0}, {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.18.0">>},0}, {<<"eunit_formatters">>,{pkg,<<"eunit_formatters">>,<<"0.3.1">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, |