diff options
author | Sean Cribbs <seancribbs@gmail.com> | 2017-09-24 21:49:33 -0500 |
---|---|---|
committer | Sean Cribbs <seancribbs@gmail.com> | 2017-09-24 21:49:33 -0500 |
commit | 39033ae9cf9b2416e37006e63bcda8ca1973c18b (patch) | |
tree | 5b931307f00417a72f5bee86e3d6a2f8e5b4cae4 | |
parent | 0e1a5f940d86d50d5d96d482cfc9f21bf60b434a (diff) |
Update eunit_formatters to latest.
-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, |