forked from AkkomaGang/akkoma
fix compile
This commit is contained in:
parent
f2fa09c50f
commit
05738e7643
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -45,7 +45,7 @@ defp deps do
|
||||||
{:cachex, "~> 3.0.2"},
|
{:cachex, "~> 3.0.2"},
|
||||||
{:httpoison, "~> 1.2.0"},
|
{:httpoison, "~> 1.2.0"},
|
||||||
{:jason, "~> 1.0"},
|
{:jason, "~> 1.0"},
|
||||||
{:mogrify, "~> 0.6.1"}
|
{:mogrify, "~> 0.6.1"},
|
||||||
{:ex_machina, "~> 2.2", only: :test},
|
{:ex_machina, "~> 2.2", only: :test},
|
||||||
{:credo, "~> 0.9.3", only: [:dev, :test]},
|
{:credo, "~> 0.9.3", only: [:dev, :test]},
|
||||||
{:mock, "~> 0.3.1", only: :test}
|
{:mock, "~> 0.3.1", only: :test}
|
||||||
|
|
Loading…
Reference in a new issue