From 610ea2216025f39ea5e0eb63a8157abc6c60d316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 05:50:28 +0000 Subject: [PATCH] Update dialyxir requirement from ~> 1.3.0 to ~> 1.4.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.3.0...1.4.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 b0bb9345..f85d4527 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.3.0", only: [:dev, :test], runtime: false} + {:dialyxir, "~> 1.4.0", only: [:dev, :test], runtime: false} ] end