diff options
| author | Tristan Sloughter <t@crashfast.com> | 2016-01-05 18:17:59 -0600 | 
|---|---|---|
| committer | Tristan Sloughter <t@crashfast.com> | 2016-01-05 18:17:59 -0600 | 
| commit | 23d470d65b8bd1997d4af8fdf51530c81381be7a (patch) | |
| tree | 4f9a00bdc1c86140d93cd978cd4842152ee1ced3 | |
| parent | a013b3d7393d3dc99b868fb696a293f2cc984b20 (diff) | |
| parent | bb41243ea812d15754edca174287c510136755b3 (diff) | |
Merge pull request #992 from ferd/update-cth_readable
Bump cth_readable to 1.1.1
| -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 f17c843..61dcd97 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.0"}, +        {cth_readable,        "1.1.1"},          {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.0">>},0}, + {<<"cth_readable">>,{pkg,<<"cth_readable">>,<<"1.1.1">>},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}, | 
