Bump credo
Old credo is throwing errors on my Elixir 1.13 / OTP 25
This commit is contained in:
parent
7c64f705f6
commit
e9c3be262c
2 changed files with 3 additions and 3 deletions
2
mix.exs
2
mix.exs
|
|
@ -208,7 +208,7 @@ defmodule Pleroma.Mixfile do
|
|||
## dev & test
|
||||
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
|
||||
{:ex_machina, "~> 2.4", only: :test},
|
||||
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
|
||||
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
|
||||
{:mock, "~> 0.3.5", only: :test},
|
||||
# temporary downgrade for excoveralls, hackney until hackney max_connections bug will be fixed
|
||||
{:excoveralls, "0.12.3", only: :test},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue