From 97bad33b3700e46eafdaa471965e412f8ceafcaa Mon Sep 17 00:00:00 2001 From: k32 <10274441+k32@users.noreply.github.com> Date: Tue, 13 Jul 2021 12:03:55 +0200 Subject: [PATCH] chore(typerefl): Bump version to 0.8.0 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index b2b6930..56f22e1 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,7 @@ {minimum_otp_vsn, "21.0"}. {deps, [ {getopt, "1.0.1"} - , {typerefl, {git, "https://github.com/k32/typerefl.git", {tag, "0.7.0"}}} + , {typerefl, {git, "https://github.com/k32/typerefl.git", {tag, "0.8.0"}}} ]}. {edoc_opts, [{preprocess, true}]}.