Skip to content

Commit

Permalink
Adds support of geo 4.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenlaid authored Sep 26, 2024
1 parent 28ea6db commit 8f8c59f
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 @@ -23,7 +23,7 @@ defmodule Envelope.Mixfile do

defp deps() do
[
{:geo, "~> 1.0 or ~> 2.0 or ~> 3.0"},
{:geo, "~> 1.0 or ~> 2.0 or ~> 3.0 or ~> 4.0"},
{:distance, "~> 0.2.1 or ~> 1.0"},
{:excoveralls, "~> 0.4", only: :test},
{:earmark, "~> 1.0", only: :dev},
Expand Down

0 comments on commit 8f8c59f

Please sign in to comment.