add haversine dependency

This commit is contained in:
setop
2022-01-30 15:58:12 +01:00
committed by Thomas Citharel
parent 38579d9dc2
commit febb68e702
2 changed files with 3 additions and 1 deletions

View File

@@ -218,7 +218,8 @@ defmodule Mobilizon.Mixfile do
{:mox, "~> 1.0", only: :test},
{:junit_formatter, "~> 3.1", only: [:test]},
{:sobelow, "~> 0.8", only: [:dev, :test]},
{:doctor, "~> 0.18.0", only: :dev}
{:doctor, "~> 0.18.0", only: :dev},
{:haversine, "~> 0.1.0"}
] ++ oauth_deps()
end