diff --git a/Makefile b/Makefile index c81b9d5a3..dbc665784 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,7 @@ $(PROFILES:%=clean-%): .PHONY: clean-all clean-all: + @rm -f rebar.lock @rm -rf _build .PHONY: deps-all diff --git a/rebar.config.erl b/rebar.config.erl index ad07d50a3..c8213c195 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -16,8 +16,7 @@ bcrypt() -> {bcrypt, {git, "https://github.com/emqx/erlang-bcrypt.git", {branch, "0.6.0"}}}. quicer() -> - %% @todo use tag - {quicer, {git, "https://github.com/emqx/quic.git", {branch, "main"}}}. + {quicer, {git, "https://github.com/emqx/quic.git", {tag, "0.0.7"}}}. deps(Config) -> {deps, OldDeps} = lists:keyfind(deps, 1, Config),