From fd57a9a407380e7c064ab847ec4133ad3d4d2292 Mon Sep 17 00:00:00 2001 From: Rafael Arcanjo Date: Sun, 30 Nov 2025 19:01:41 +0200 Subject: [PATCH] chore: update geo constraint to 3.5 or 4.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 8422741..3ae1f57 100644 --- a/mix.exs +++ b/mix.exs @@ -38,7 +38,7 @@ defmodule AshGeo.MixProject do defp deps do [ {:jason, "~> 1.4"}, - {:geo, "~> 3.5"}, + {:geo, "~> 3.5 or ~> 4.0"}, {:ash, "~> 3.0"}, {:geo_postgis, "~> 3.4", only: :test}, {:ash_postgres, "~> 2.0", only: :test},