Compare commits

..

No commits in common. "renovate/ex_doc-0.x" and "main" have entirely different histories.

View file

@ -34,7 +34,7 @@ defmodule PlugIndie.MixProject do
{:mint, "~> 1.0"},
{:jason, "~> 1.4"},
{:plug, "~> 1.16"},
{:ex_doc, "~> 0.36.0", only: :dev, runtime: false},
{:ex_doc, "~> 0.35.1", only: :dev, runtime: false},
{:mix_test_watch, "~> 1.0", only: [:dev, :test], runtime: false}
]
end