diff --git a/lib/config.ex b/lib/config.ex index 773ddc8..4754c48 100644 --- a/lib/config.ex +++ b/lib/config.ex @@ -110,7 +110,7 @@ defmodule Doctor.Config do end defp warn_deprecation(_bool, val) do - Logger.warn(""" + Logger.warning(""" :moduledoc_required in #{Config.config_file()} is a deprecated option. \ Now running with the equivalent :min_overall_moduledoc_coverage #{val} \ but you should replace the deprecated option with the new one to avoid \ diff --git a/mix.exs b/mix.exs index d41cf7a..c107df8 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Doctor.MixProject do [ app: :doctor, version: "0.21.0", - elixir: "~> 1.10", + elixir: "~> 1.11", name: "Doctor", source_url: @source_url, homepage_url: "https://hex.pm/packages/doctor",