]> Entropealabs - wampex_router.git/commitdiff
tweak deps 3/head
authorChristopher Coté <chris@entropealabs.com>
Mon, 6 Jan 2025 15:25:50 +0000 (10:25 -0500)
committerChristopher Coté <chris@entropealabs.com>
Mon, 6 Jan 2025 15:25:50 +0000 (10:25 -0500)
mix.exs

diff --git a/mix.exs b/mix.exs
index fbb534da12801329c49a56bb31bdb15f2881cef4..e63c2a84b637f5314bfdfcd7c615390f212ece74 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -47,7 +47,7 @@ defmodule Wampex.Router.MixProject do
       {:cluster_kv, "~> 0.1"},
       {:cors_plug, "~> 2.0"},
       {:credo, "~> 1.7", only: [:test], runtime: false},
-      {:dialyxir, "~> 1.4.5", only: [:test], runtime: false},
+      {:dialyxir, "~> 1.4", only: [:test], runtime: false},
       {:ex_doc, "~> 0.21", only: :dev, runtime: false},
       {:plug_cowboy, "~> 2.7"},
       {:states_language, "~> 0.4"},