Просмотр исходного кода

fix(mix): fix `lhttpc` version specification

Thales Macedo Garitezi 2 лет назад
Родитель
Сommit
02c8894dd3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mix.exs

+ 1 - 1
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