From 74f706dc2238ba4bf8d3ec8e2c6ee0faa0fb3d1b Mon Sep 17 00:00:00 2001 From: Alessio Biancalana Date: Fri, 18 Dec 2020 23:36:31 +0100 Subject: Upgrade Credo to 1.5.4 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index ae42af5d6..26cd25c6d 100644 --- a/mix.exs +++ b/mix.exs @@ -70,7 +70,7 @@ defmodule CouchDBTest.Mixfile do {:jwtf, path: Path.expand("src/jwtf", __DIR__)}, {:ibrowse, path: Path.expand("src/ibrowse", __DIR__), override: true, compile: false}, - {:credo, "~> 1.4.0", only: [:dev, :test, :integration], runtime: false} + {:credo, "~> 1.5.4", only: [:dev, :test, :integration], runtime: false} ] end -- cgit v1.2.1