Skip to content

Commit

Permalink
Fix ExDoc deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 25, 2024
1 parent 9829f27 commit 64a3b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ defmodule NimblePool.MixProject do

defp deps do
[
{:ex_doc, "~> 0.21", only: :docs},
{:ex_doc, "~> 0.31", only: :docs},
{:excoveralls, "~> 0.16.1", only: :test}
]
end
Expand All @@ -39,7 +39,7 @@ defmodule NimblePool.MixProject do
main: "NimblePool",
source_ref: "v#{@version}",
source_url: @url,
groups_for_functions: [
groups_for_docs: [
"Worker callbacks": &(&1[:callback] == :worker),
"Pool callbacks": &(&1[:callback] == :pool)
]
Expand Down

0 comments on commit 64a3b08

Please sign in to comment.