We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9829f27 commit 64a3b08Copy full SHA for 64a3b08
1 file changed
mix.exs
@@ -29,7 +29,7 @@ defmodule NimblePool.MixProject do
29
30
defp deps do
31
[
32
- {:ex_doc, "~> 0.21", only: :docs},
+ {:ex_doc, "~> 0.31", only: :docs},
33
{:excoveralls, "~> 0.16.1", only: :test}
34
]
35
end
@@ -39,7 +39,7 @@ defmodule NimblePool.MixProject do
39
main: "NimblePool",
40
source_ref: "v#{@version}",
41
source_url: @url,
42
- groups_for_functions: [
+ groups_for_docs: [
43
"Worker callbacks": &(&1[:callback] == :worker),
44
"Pool callbacks": &(&1[:callback] == :pool)
45
0 commit comments