From d1e4e19b17501b1a778e79d3a002159f50917a01 Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Thu, 13 Jan 2022 19:00:10 -0500 Subject: Bump Credo to 1.5.6 for Elixir 1.12 support --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9cba1a4eb..577a20491 100644 --- a/mix.exs +++ b/mix.exs @@ -93,7 +93,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.5.4", only: [:dev, :test, :integration], runtime: false} + {:credo, "~> 1.5.6", only: [:dev, :test, :integration], runtime: false} ] end -- cgit v1.2.1