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