From 8a2a7b7343f0c383b1aa1dbc801ef3dbdecf708a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 13:12:08 +0000 Subject: [PATCH] Update dialyxir requirement from ~> 0.5 to ~> 1.0 Updates the requirements on [dialyxir](https://github.com/jeremyjh/dialyxir) to permit the latest version. - [Release notes](https://github.com/jeremyjh/dialyxir/releases) - [Changelog](https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeremyjh/dialyxir/compare/0.5.1...1.0.0) Signed-off-by: dependabot-preview[bot] --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 48b3877..7fbdc5b 100644 --- a/mix.exs +++ b/mix.exs @@ -28,7 +28,7 @@ defmodule Exceptional.Mixfile do deps: [ {:credo, "~> 1.0", only: [:dev, :test]}, - {:dialyxir, "~> 0.5", only: :dev}, + {:dialyxir, "~> 1.0", only: :dev}, {:earmark, "~> 1.3", only: :dev}, {:ex_doc, "~> 0.19", only: :dev},