Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 902598b

Browse files
chore(deps-dev): bump credo from 1.1.3 to 1.4.0
Bumps [credo](https://github.com/rrrene/credo) from 1.1.3 to 1.4.0. - [Release notes](https://github.com/rrrene/credo/releases) - [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md) - [Commits](rrrene/credo@v1.1.3...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 48a3be6 commit 902598b

File tree

2 files changed

+72
-72
lines changed

2 files changed

+72
-72
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ defmodule GroupherServer.Mixfile do
8787
{:inch_ex, "~> 2.0", only: [:dev, :test]},
8888
{:short_maps, "~> 0.1.1"},
8989
{:jason, "~> 1.1.1"},
90-
{:credo, "~> 1.1.0", only: [:dev, :test], runtime: false},
90+
{:credo, "~> 1.4.0", only: [:dev, :test], runtime: false},
9191
{:dialyxir, "~> 1.0.0-rc.2", only: [:dev, :mock], runtime: false},
9292
{:excoveralls, "~> 0.8", only: :test},
9393
{:sentry, "~> 7.1"},

0 commit comments

Comments
 (0)