summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-01-20 11:53:14 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-01-20 12:17:14 +0100
commit5c533e10e73d92b753d9ac20b2d7ab14f42649b2 (patch)
tree100991452c4def7948d014c849380b9fc33f9a55 /mix.exs
parent52a0bf62f51d689cdc6f108cbefcb244a4a3737f (diff)
downloadpleroma-5c533e10e73d92b753d9ac20b2d7ab14f42649b2.tar.gz
pleroma-5c533e10e73d92b753d9ac20b2d7ab14f42649b2.zip
Bump credo to 1.1.5
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 c2e0b940f..0aa7c862f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -124,7 +124,7 @@ defmodule Pleroma.Mixfile do
{:earmark, "~> 1.3"},
{:bbcode, "~> 0.1.1"},
{:ex_machina, "~> 2.3", only: :test},
- {:credo, "~> 0.9.3", only: [:dev, :test]},
+ {:credo, "~> 1.1.0", only: [:dev, :test], runtime: false},
{:mock, "~> 0.3.3", only: :test},
{:crypt,
git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"},