summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2022-01-13 19:00:10 -0500
committerAdam Kocoloski <kocolosk@apache.org>2022-01-13 19:00:10 -0500
commitd1e4e19b17501b1a778e79d3a002159f50917a01 (patch)
treed1b86a974abab8f29667b230f68ab41c30be1be6
parent7ad7294997eca0c845e883f02ebe0c6bbf8e71a8 (diff)
downloadcouchdb-update-erlang-versions-ci-3x.tar.gz
Bump Credo to 1.5.6 for Elixir 1.12 supportupdate-erlang-versions-ci-3x
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
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