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

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit d97e7717ed69f9a03d0185f7d239165cb96c58d8
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Wed Mar 4 22:59:16 2026 -0500

    Pin credo
    
    1.7.17 added new check in a minor patch release and unexpectedly broke the 
CI.
    We'll update it eventually but in the meantime it shouldn't break us 
randomly
    in a minor patch release.
---
 mix.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mix.exs b/mix.exs
index 4f0cb4ba3..d40128700 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.16", only: [:dev, :test, :integration], runtime: false}
     ]
 
     extra_deps = [:b64url, :jiffy, :jwtf, :meck, :mochiweb]

Reply via email to