Skip to content

Commit bff33e0

Browse files
authored
Permit geo ~> 4.0 (#196)
1 parent 128f350 commit bff33e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ defmodule MyXQL.MixProject do
4848
{:db_connection, "~> 2.4.1 or ~> 2.5", db_connection_opts()},
4949
{:decimal, "~> 1.6 or ~> 2.0"},
5050
{:jason, "~> 1.0", optional: true},
51-
{:geo, "~> 3.4", optional: true},
51+
{:geo, "~> 3.4 or ~> 4.0", optional: true},
5252
{:table, "~> 0.1.0", optional: true},
5353
{:binpp, ">= 0.0.0", only: [:dev, :test]},
5454
{:dialyxir, "~> 1.0", only: :dev, runtime: false},

0 commit comments

Comments
 (0)