This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch fix/pin-credo in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 0db13ce1fae8031d53c73c659b05a935c503cd4a Author: Jan Lehnardt <[email protected]> AuthorDate: Mon Dec 1 16:57:38 2025 +0100 fix: temporarily pin credo to 1.7.11 to avoid new lint issues --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 4f0cb4ba3..bc0ac20e3 100644 --- a/mix.exs +++ b/mix.exs @@ -85,7 +85,7 @@ defmodule CouchDBTest.Mixfile do {:httpotion, ">= 3.2.0", only: [:dev, :test, :integration], runtime: false}, {:excoveralls, "~> 0.18.3", only: :test}, {:ibrowse, path: path("ibrowse"), override: true}, - {:credo, "~> 1.7.11", only: [:dev, :test, :integration], runtime: false} + {:credo, "== 1.7.11", only: [:dev, :test, :integration], runtime: false} ] extra_deps = [:b64url, :jiffy, :jwtf, :meck, :mochiweb]
