Skip to content

Commit 64a3b08

Browse files
committed
Fix ExDoc deprecation
1 parent 9829f27 commit 64a3b08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule NimblePool.MixProject do
2929

3030
defp deps do
3131
[
32-
{:ex_doc, "~> 0.21", only: :docs},
32+
{:ex_doc, "~> 0.31", only: :docs},
3333
{:excoveralls, "~> 0.16.1", only: :test}
3434
]
3535
end
@@ -39,7 +39,7 @@ defmodule NimblePool.MixProject do
3939
main: "NimblePool",
4040
source_ref: "v#{@version}",
4141
source_url: @url,
42-
groups_for_functions: [
42+
groups_for_docs: [
4343
"Worker callbacks": &(&1[:callback] == :worker),
4444
"Pool callbacks": &(&1[:callback] == :pool)
4545
]

0 commit comments

Comments
 (0)