chore(deps): update dependency dialyxir to ~> 1.4.0 (#40)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [dialyxir](https://hex.pm/packages/dialyxir) | minor | `~> 1.3.0` -> `~> 1.4.0` |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjExNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: #40
Co-authored-by: renovate-bot <renovate-bot@dubas.dev>
Co-committed-by: renovate-bot <renovate-bot@dubas.dev>
This commit is contained in:
2023-08-28 14:31:16 +00:00
committed by João Paulo Dubas
parent fbba19f4a7
commit 42f8276204
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ defmodule Wabanex.MixProject do
{:absinthe_plug, "~> 1.5.0"},
{:credo, "~> 1.7.0", only: [:dev, :test], runtime: false},
{:crudry, "~> 2.4.0"},
{:dialyxir, "~> 1.3.0", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.4.0", only: [:dev, :test], runtime: false},
{:ecto_sql, "~> 3.10.0"},
{:gettext, "~> 0.23.0"},
{:jason, "~> 1.4.0"},