We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c9ac6 commit 811bd9dCopy full SHA for 811bd9d
mix.exs
@@ -46,7 +46,7 @@ defmodule PhoenixOauth2Provider.Mixfile do
46
{:phoenix_html, ">= 2.6.0 and < 2.12.0", only: [:test, :dev]},
47
{:postgrex, ">= 0.11.1", only: :test},
48
{:credo, "~> 0.10", only: [:dev, :test]},
49
- {:ex_doc, ">= 0.0.0", only: :dev, runtime: false}
+ {:ex_doc, ">= 0.0.0", only: :dev}
50
]
51
end
52
0 commit comments