From ef7a03867a430c76a865f326bf28adb2c46a7cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:18:27 +0000 Subject: [PATCH] Update dialyxir requirement from ~> 1.1.0 to ~> 1.2.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/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: dialyxir dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 2f15c71d..462f95c5 100644 --- a/mix.exs +++ b/mix.exs @@ -52,7 +52,7 @@ defmodule JSONAPI.Mixfile do {:earmark, ">= 0.0.0", only: :dev}, {:credo, "~> 1.4", only: [:dev, :test], runtime: false}, {:phoenix, "~> 1.3", only: :test}, - {:dialyxir, "~> 1.1.0", only: [:dev, :test], runtime: false} + {:dialyxir, "~> 1.2.0", only: [:dev, :test], runtime: false} ] end