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"}]}