Skip to content

Commit

Permalink
Fix dialyzer config
Browse files Browse the repository at this point in the history
  • Loading branch information
requestben committed Apr 7, 2024
1 parent a352bb5 commit bd7285d
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 @@ -52,7 +52,7 @@ defmodule JOSE.Mixfile do
{:thoas, "~> 1.0", only: [:dev, :test]},
{:ex_doc, "~> 0.30", only: :dev},
{:earmark, "~> 1.4", only: :dev},
{:dialyxir, "~> 1.4.3"}
{:dialyxir, "~> 1.4.3", only: [:dev, :test], runtime: false}
]
end

Expand Down

0 comments on commit bd7285d

Please sign in to comment.