From a51edf2e3e4903c70be79a45ac16a47f0a4ed847 Mon Sep 17 00:00:00 2001 From: Pavel Abalikhin Date: Mon, 24 Dec 2018 14:16:32 +0300 Subject: [PATCH] Use actual erlware_commons for rebar 2 --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index ecb2859..4b5c9b0 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -9,7 +9,7 @@ case erlang:function_exported(rebar3, main, 1) of %% Rebuild deps, possibly including those that have been moved to %% profiles [{deps, [ - {erlware_commons, "", {git, "git://github.com/erlware/erlware_commons", {tag, "0916834752"}}}, %% this is the version of erlware_commons that works until erlware tags a new version + {erlware_commons, "", {git, "git://github.com/erlware/erlware_commons", {tag, "v1.3.1"}}}, %% this is the version of erlware_commons that works until erlware tags a new version {qdate_localtime, "", {git, "git://github.com/choptastic/qdate_localtime", {tag, "1.1.0"}}} ]} | lists:keydelete(deps, 1, CONFIG)] end.