From 22061d1f66d2aa6cbf84a3ed38669f4f6797b7ec Mon Sep 17 00:00:00 2001 From: zmstone Date: Tue, 17 Feb 2026 22:57:07 +0100 Subject: [PATCH] Pin erlang_qq-1.0.0 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 120a155..edbc8de 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {erl_opts, [debug_info, warn_unused_import, warn_unused_vars, warnings_as_errors]}. {deps, - [ {erlang_qq, {git, "https://github.com/k32/erlang_qq.git", {branch, "main"}}} + [ {erlang_qq, {git, "https://github.com/k32/erlang_qq.git", {tag, "1.0.0"}}} ]}. {profiles, [ {test, [ {deps, [{proper, "1.5.0"}]}