Skip to content

Commit

Permalink
rebar doesn't like git deps in plugins anymore it seems - change to h…
Browse files Browse the repository at this point in the history
…ex package.
  • Loading branch information
Martin Cox committed Feb 9, 2022
1 parent 177a06e commit 21b17f8
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
Expand Up @@ -3,7 +3,7 @@
warnings_as_errors]}.

{deps, [
{cuttlefish, {git," https://github.com/kyorai/cuttlefish", {tag, "v3.0.1"}}}
{cuttlefish, "3.0.1"}
]}.

{xref_checks, [
Expand Down

0 comments on commit 21b17f8

Please sign in to comment.