diff options
author | Tommy Carpenter <tommy@research.att.com> | 2017-09-11 16:16:02 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2017-09-11 17:25:25 -0400 |
commit | 3080e069b14f58dcc4609721cad6ea24ee19a6e9 (patch) | |
tree | 660163fe393ff4e5d77fd083be04d263db84a168 /rebar.config | |
parent | ce25370b6e0d8ca806c47e36222547c4edd6c6b5 (diff) |
Improve Unit Tests
Issue-ID: DCAEGEN2-99
Change-Id: I228b449cd22a215cf9e16b44ea07f54cefd74d7e
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index ae03f88..331d11a 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ {relx, [ {release, - {cdapbroker,"4.0.5"}, + {cdapbroker,"4.0.6"}, [cdapbroker] }, %{extend_start_script,true}, @@ -20,7 +20,9 @@ %generate RFC compliant UUIDs {uuid, ".*", {git, "https://github.com/avtobiff/erlang-uuid.git", {branch, "master"}}}, %generate ISO8601 timestamps - {iso8601, {git, "https://github.com/erlsci/iso8601.git", {tag, "1.2.3"}}} + {iso8601, {git, "https://github.com/erlsci/iso8601.git", {tag, "1.2.3"}}}, + %mocking lib + {meck, {git, "https://github.com/eproxus/meck", {tag, "0.8.6"}}} ]}. %%% Require OTP 19.2 at a bare minimum |