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

Commit 08dac2f

Browse files
authored
Merge pull request #219 from coderplanets/dependabot/hex/credo-1.4.0
chore(deps-dev): bump credo from 1.1.3 to 1.4.0
2 parents 525e147 + 902598b commit 08dac2f

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)