Skip to content

Commit

Permalink
Fix deps (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis authored Jul 16, 2021
1 parent a938e49 commit 11bd017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ defmodule Guardian.Mixfile do
# Tools
{:credo, ">= 0.0.0", only: [:dev, :test], runtime: false},
{:dialyxir, ">= 1.0.0-rc4", only: [:dev], runtime: false},
{:ex_doc, ">= 0.0.0", only: [:docs], runtime: false},
{:ex_doc, ">= 0.0.0", only: [:dev], runtime: false},
{:excoveralls, ">= 0.0.0", only: [:test], runtime: false},
{:inch_ex, ">= 0.0.0", only: [:dev], runtime: false},
{:jason, "~> 1.1", only: [:dev, :test], runtime: false}
Expand Down

0 comments on commit 11bd017

Please sign in to comment.