diff options
author | Tristan Sloughter <t@crashfast.com> | 2017-09-25 09:08:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-25 09:08:39 -0700 |
commit | c3f01c60139977dfad4723748e7c2f493fffd0ae (patch) | |
tree | 088f47c75fcc11f1971850271d7a1844cbedd3f4 /rebar.config | |
parent | 0e1a5f940d86d50d5d96d482cfc9f21bf60b434a (diff) | |
parent | b0aa1a054247ff3893b331e8085fc47b0aa98afd (diff) |
Merge pull request #1634 from seancribbs/sdc/update-eunit-formatters
Update eunit_formatters to latest.
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 2fe37ee..de0f4f3 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {relx, "3.23.1"}, {cf, "0.2.2"}, {cth_readable, "1.3.0"}, - {eunit_formatters, "0.3.1"}]}. + {eunit_formatters, "0.4.0"}]}. {post_hooks, [{"(linux|darwin|solaris|freebsd|netbsd|openbsd)", escriptize, |