summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2022-11-13 14:17:41 -0500
committerMark Felder <feld@feld.me>2022-11-13 14:17:41 -0500
commite9c3be262cfa06edb768fe03e216070b37a2d384 (patch)
treed0d2aeddcbb32a7628850788264622f65517de8f /mix.exs
parent7c64f705f6ee0364f1e016004bb0baf79d88dae2 (diff)
Bump credo
Old credo is throwing errors on my Elixir 1.13 / OTP 25
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 1efdc4ec9..c5aba8db9 100644
--- a/mix.exs
+++ b/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},