summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlessio Biancalana <dottorblaster@gmail.com>2020-12-18 23:36:31 +0100
committerAlessio Biancalana <dottorblaster@gmail.com>2021-01-04 11:15:21 +0100
commit74f706dc2238ba4bf8d3ec8e2c6ee0faa0fb3d1b (patch)
treeff66e88b853eafc1ef470594dfb7427151519990 /mix.exs
parent66c34a268c56632372d4f8207846516be5e65ae3 (diff)
downloadcouchdb-74f706dc2238ba4bf8d3ec8e2c6ee0faa0fb3d1b.tar.gz
Upgrade Credo to 1.5.4
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index ae42af5d6..26cd25c6d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -70,7 +70,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.4.0", only: [:dev, :test, :integration], runtime: false}
+ {:credo, "~> 1.5.4", only: [:dev, :test, :integration], runtime: false}
]
end