From 02c8894dd376fa8a8d02af41dc1971e9eec1790f Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Fri, 12 May 2023 13:24:32 -0300 Subject: [PATCH] fix(mix): fix `lhttpc` version specification --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7b76bdc4b..c4e091e31 100644 --- a/mix.exs +++ b/mix.exs @@ -193,7 +193,7 @@ defmodule EMQXUmbrella.MixProject do {:erlcloud, github: "emqx/erlcloud", tag: "3.5.16-emqx-1", override: true}, # erlcloud's rebar.config requires rebar3 and does not support Mix, # so it tries to fetch deps from git. We need to override this. - {:lhttpc, tag: "1.6.2", override: true}, + {:lhttpc, "1.6.2", override: true}, {:eini, "1.2.9", override: true}, {:base16, "1.0.0", override: true}, # end of erlcloud's deps