From a13a6ae3b9155c9b53c511edd486c9d3af88c4e5 Mon Sep 17 00:00:00 2001 From: zmstone Date: Wed, 18 Feb 2026 09:54:37 +0100 Subject: [PATCH] fix: pin typerefl 0.9.8 typerefl 0.9.8 pins erlang_qq tag 1.0.0 instead of a branch this fixes build failures in certain environments --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index fdd42c4..9dc43f5 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {deps, [ {getopt, "1.0.3"}, - {typerefl, {git, "https://github.com/ieQu1/typerefl.git", {tag, "0.9.7"}}} + {typerefl, {git, "https://github.com/ieQu1/typerefl.git", {tag, "0.9.8"}}} ]}. {edoc_opts, [{preprocess, true}]}.