From 9bbacd1bf1347db97b95406d2f5e0b8e32f52913 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:13:01 -0500 Subject: [PATCH] Update dialyxir requirement from ~> 1.3.0 to ~> 1.4.2 (#307) 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.2) --- updated-dependencies: - dependency-name: dialyxir dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b0bb9345..6a9f36df 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.2", only: [:dev, :test], runtime: false} ] end