Skip to content

Commit

Permalink
marking dialyxir dependency only: :dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jbsf2 committed Jan 13, 2024
1 parent 844f171 commit 5f1353f
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 @@ -32,7 +32,7 @@ defmodule ProcessTree.MixProject do

defp deps do
[
{:dialyxir, "~> 1.4", runtime: false},
{:dialyxir, "~> 1.4", only: :dev, runtime: false},
{:ex_doc, "~> 0.30.3", only: :dev, runtime: false}
]
end
Expand Down

0 comments on commit 5f1353f

Please sign in to comment.