From 8c03d3fc8d5c5d1f377ad8fd2230c4905bac2a48 Mon Sep 17 00:00:00 2001 From: Tino Breddin Date: Tue, 22 Oct 2019 17:07:59 +0200 Subject: [PATCH] Update rebar3 plugin --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 7589856..4ae936b 100644 --- a/rebar.config +++ b/rebar.config @@ -16,7 +16,7 @@ ]}. {plugins, [{rebar_aecuckooprebuilt_dep, {git, "https://github.com/aeternity/rebar3-cuckoo-prebuilt-plugin.git", - {ref, "4f0a0c64132f837ee47cfaf99cddafabfe4fd7f1"}}} + {ref, "3981d79"}}} ]}. {profiles, [{test, [{deps, [{meck, "0.8.13"}]}]}]}.