Skip to content

Commit

Permalink
(ci deps)
Browse files Browse the repository at this point in the history
  • Loading branch information
lud committed Nov 30, 2024
1 parent 3751104 commit d0239af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ defmodule Mutex.Mixfile do
defp deps do
[
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
{:dialyxir, "~> 1.2", only: :dev, runtime: false},
{:credo, "~> 1.7", only: :dev, runtime: false}
{:dialyxir, "~> 1.2", only: [:dev, :test], runtime: false},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}
]
end

Expand Down

0 comments on commit d0239af

Please sign in to comment.