Skip to content

Commit 301ccc6

Browse files
committed
chore: update rebar plugins and add exdoc
1 parent 7cdc0eb commit 301ccc6

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

rebar.config

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
]}.
1515

1616
{project_plugins, [
17-
{rebar3_codecov, {git, "https://github.com/esl/rebar3_codecov.git", {ref, "89915c0\n"}}},
18-
{rebar3_lint, "~> 4.2"},
19-
{erlfmt, "~> 1.7"},
17+
{covertool, "~> 2.0"},
18+
{erlfmt, "~> 1.8"},
19+
{rebar3_ex_doc, "~> 0.2"},
20+
{rebar3_hex, "~> 7.1"},
21+
{rebar3_lint, "~> 5.0"},
2022
{rebar3_proper, "~> 0.12"}
2123
]}.
2224

@@ -135,3 +137,5 @@
135137
]}
136138
]}
137139
]}.
140+
141+
{hex, [{doc, #{provider => ex_doc}}]}.

0 commit comments

Comments
 (0)