aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config6
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