From 83cf54d0df81460646ffe6686eeea420e125b3db Mon Sep 17 00:00:00 2001 From: Christian Koch <54853932+ckoch-cars@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:28:56 -0500 Subject: [PATCH] permit geo ~> V4.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index ed1a5b7..e3e8d68 100644 --- a/mix.exs +++ b/mix.exs @@ -48,7 +48,7 @@ defmodule MyXQL.MixProject do {:db_connection, "~> 2.4.1 or ~> 2.5", db_connection_opts()}, {:decimal, "~> 1.6 or ~> 2.0"}, {:jason, "~> 1.0", optional: true}, - {:geo, "~> 3.4", optional: true}, + {:geo, "~> 3.4 or ~> 4.0", optional: true}, {:table, "~> 0.1.0", optional: true}, {:binpp, ">= 0.0.0", only: [:dev, :test]}, {:dialyxir, "~> 1.0", only: :dev, runtime: false},