diff options
author | Mark Felder <feld@feld.me> | 2022-11-13 14:17:41 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2022-11-13 14:17:41 -0500 |
commit | e9c3be262cfa06edb768fe03e216070b37a2d384 (patch) | |
tree | d0d2aeddcbb32a7628850788264622f65517de8f /mix.exs | |
parent | 7c64f705f6ee0364f1e016004bb0baf79d88dae2 (diff) | |
download | pleroma-e9c3be262cfa06edb768fe03e216070b37a2d384.tar.gz pleroma-e9c3be262cfa06edb768fe03e216070b37a2d384.zip |
Bump credo
Old credo is throwing errors on my Elixir 1.13 / OTP 25
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}, |