summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2022-01-18 21:08:01 -0500
committerAdam Kocoloski <kocolosk@apache.org>2022-01-19 21:39:09 -0500
commit004f79926697669e19ebc88cbf43175da2dc6f63 (patch)
tree430bff3e17bd19308c3204c57524a28df4035a83
parent069956a8b295691c336f40eafb9bc27a81c907df (diff)
downloadcouchdb-004f79926697669e19ebc88cbf43175da2dc6f63.tar.gz
Bump Credo to 1.5.6 for Elixir 1.12 support
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 12e02215f..dd6da4afd 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