fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37787?usp=email )
Change subject: [TEST] rebar.config: specify repository and tag for meck ......................................................................
[TEST] rebar.config: specify repository and tag for meck
Change-Id: Id36eab57cf4dce723c8bbf2554c35fe85b6e2378 --- M rebar.config 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/87/37787/1
diff --git a/rebar.config b/rebar.config index a2682d5..4a82a87 100644 --- a/rebar.config +++ b/rebar.config @@ -12,7 +12,7 @@ ]}.
%% test deps -{profiles, [{test, [{deps, [meck]}]}]}. +{profiles, [{test, [{deps, [{meck, {git, "https://github.com/eproxus/meck", {tag, "0.9.2"}}}]}]}]}.
{plugins, [{provider_asn1, ".*", {git, "https://github.com/knusbaum/provider_asn1.git", {tag, "0.4.0"}}}