Skip to content

Commit

Permalink
Fix dialyxir by using default ignore file name
Browse files Browse the repository at this point in the history
  • Loading branch information
abelino committed Oct 8, 2024
1 parent f2dad4c commit 956c9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defmodule Speck.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:dialyxir, "~> 1.3", only: :dev, runtime: false},
{:dialyxir, "1.4.3", only: :dev, runtime: false},
{:ex_doc, "~> 0.30", only: :dev, runtime: false},
]
end
Expand Down

0 comments on commit 956c9f5

Please sign in to comment.