diff --git a/mix.exs b/mix.exs index e84c7e6..a27fb8e 100644 --- a/mix.exs +++ b/mix.exs @@ -34,7 +34,7 @@ defmodule PlugIndie.MixProject do {:mint, "~> 1.0"}, {:jason, "~> 1.4"}, {: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} ] end