Skip to content

Commit

Permalink
fix(deps): pin typerefl 0.8.4 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone authored Sep 16, 2021
1 parent 75a4faf commit b644461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{minimum_otp_vsn, "21.0"}.

{deps, [ {getopt, "1.0.1"}
, {typerefl, {git, "https://github.com/k32/typerefl.git", {tag, "0.8.3"}}}
, {typerefl, {git, "https://github.com/k32/typerefl.git", {tag, "0.8.4"}}}
]}.

{edoc_opts, [{preprocess, true}]}.
Expand Down

0 comments on commit b644461

Please sign in to comment.