Skip to content

Commit

Permalink
Update credo dependency spec
Browse files Browse the repository at this point in the history
  • Loading branch information
emkguts committed Feb 3, 2025
1 parent 6af9acd commit 4511f52
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 @@ -43,7 +43,7 @@ defmodule Quokka.MixProject do
defp deps() do
[
{:ex_doc, "~> 0.31", runtime: false, only: :dev},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
{:credo, "~> 1.7", runtime: true}
]
end

Expand Down

0 comments on commit 4511f52

Please sign in to comment.