diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-11-18 15:19:00 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-11-18 15:19:00 -0600 |
commit | 73c3c5552ae50e9cebd3873f8baaf8812f9a9dbf (patch) | |
tree | f1e2ba648a650e1825255737dbd61e7bba5c46f9 | |
parent | 8fe010a88794d6828d2451cfa3e9c2ce6a8b54da (diff) | |
parent | 69254eac408da9689bdf94e1a0f90c2f953c8061 (diff) |
Merge pull request #928 from ferd/bump-cth_readable
Ct output improvements
-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 3fd49f0..7cd2ee7 100644 --- a/rebar.config +++ b/rebar.config @@ -9,7 +9,7 @@ {bbmustache, "1.0.4"}, {relx, "3.8.0"}, {cf, "0.2.1"}, - {cth_readable, "1.0.1"}, + {cth_readable, "1.1.0"}, {eunit_formatters, "0.3.1"}]}. {escript_name, rebar3}. @@ -1,7 +1,7 @@ [{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.4">>},0}, {<<"certifi">>,{pkg,<<"certifi">>,<<"0.1.1">>},0}, {<<"cf">>,{pkg,<<"cf">>,<<"0.2.1">>},0}, - {<<"cth_readable">>,{pkg,<<"cth_readable">>,<<"1.0.1">>},0}, + {<<"cth_readable">>,{pkg,<<"cth_readable">>,<<"1.1.0">>},0}, {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.16.0">>},0}, {<<"eunit_formatters">>,{pkg,<<"eunit_formatters">>,<<"0.3.1">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, |