From 3080e069b14f58dcc4609721cad6ea24ee19a6e9 Mon Sep 17 00:00:00 2001
From: Tommy Carpenter <tommy@research.att.com>
Date: Mon, 11 Sep 2017 16:16:02 -0400
Subject: Improve Unit Tests

Issue-ID: DCAEGEN2-99
Change-Id: I228b449cd22a215cf9e16b44ea07f54cefd74d7e
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
---
 rebar.config | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'rebar.config')

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
-- 
cgit