Skip to content

Commit

Permalink
Testing credo change.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Mar 5, 2024
1 parent f6e96ba commit db7fa25
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 @@ -21,7 +21,7 @@ defmodule ScreensConfig.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:credo, "~> 1.6.0"},
{:credo, "~> 1.6.0", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 1.1.0", only: [:dev, :test], runtime: false}
]
end
Expand Down

0 comments on commit db7fa25

Please sign in to comment.