You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2022/01/19 02:28:02 UTC

[couchdb] 02/04: Bump Credo to 1.5.6 for Elixir 1.12 support

This is an automated email from the ASF dual-hosted git repository.

kocolosk pushed a commit to branch improve-pr-jenkinsfile
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 5e767637f86d0343a0c9780f8878b0e656265180
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Tue Jan 18 21:08:01 2022 -0500

    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 12e0221..dd6da4a 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