From eb749ccd603beffce238a47b51ba282c30699180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:01:28 +0000 Subject: [PATCH] Update dialyxir requirement from ~> 1.1.0 to ~> 1.3.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.3.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 0e44e969..bab07c62 100644 --- a/mix.exs +++ b/mix.exs @@ -53,7 +53,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.3.0", only: [:dev, :test], runtime: false} ] end