Update dependency ex_doc to ~> 0.36.0 #2
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -34,7 +34,7 @@ defmodule PlugIndie.MixProject do
|
||||||
{:mint, "~> 1.0"},
|
{:mint, "~> 1.0"},
|
||||||
{:jason, "~> 1.4"},
|
{:jason, "~> 1.4"},
|
||||||
{:plug, "~> 1.16"},
|
{:plug, "~> 1.16"},
|
||||||
{:ex_doc, "~> 0.35.1", only: :dev, runtime: false},
|
{:ex_doc, "~> 0.36.0", only: :dev, runtime: false},
|
||||||
{:mix_test_watch, "~> 1.0", only: [:dev, :test], runtime: false}
|
{:mix_test_watch, "~> 1.0", only: [:dev, :test], runtime: false}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue