Skip to content

Commit

Permalink
Add dialyzer to test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Mar 19, 2024
1 parent 034f2ce commit bb4c5b6
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 @@ -44,7 +44,7 @@ defmodule Cldr.Utils.MixProject do
{:certifi, "~> 2.5", optional: true},
{:ex_doc, ">= 0.0.0", optional: true, only: [:dev, :release], runtime: false},
{:stream_data, "~> 0.5", optional: true, only: :test},
{:dialyxir, "~> 1.0", optional: true, only: [:dev], runtime: false},
{:dialyxir, "~> 1.0", optional: true, only: [:dev, :test], runtime: false},
{:benchee, "~> 1.0", optional: true, only: [:dev], runtime: false}
]
end
Expand Down

0 comments on commit bb4c5b6

Please sign in to comment.