Add sobelow

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-01-22 17:06:00 +01:00
parent f886225155
commit a6c2fb97a7
3 changed files with 15 additions and 1 deletions

View File

@@ -154,7 +154,8 @@ defmodule Mobilizon.Mixfile do
{:mock, "~> 0.3.4", only: :test},
{:elixir_feed_parser, "~> 2.1.0", only: :test},
{:mox, "~> 1.0", only: :test},
{:junit_formatter, "~> 3.1", only: [:test]}
{:junit_formatter, "~> 3.1", only: [:test]},
{:sobelow, "~> 0.8", only: [:dev, :test]}
] ++ oauth_deps()
end