Skip to content

Commit

Permalink
Merge pull request #160 from requestben/fix-dialyzer-config
Browse files Browse the repository at this point in the history
Fix dialyxir config
  • Loading branch information
potatosalad authored Apr 8, 2024
2 parents a352bb5 + bd7285d commit 3955ab7
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 3955ab7

Please sign in to comment.