From 9c1d0f69d0a77b8374dd8a0f6bf695e0dddafa25 Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Fri, 1 Sep 2023 13:23:46 +0200 Subject: [PATCH] fix compat bounds (#183) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 18f814e..a9dc0d8 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ GeoInterfaceRecipes = "0329782f-3d07-4b52-b9f6-d3137cf03c7a" [compat] CEnum = "0.2, 0.3, 0.4" Extents = "0.1.1" -GEOS_jll = "3.11" +GEOS_jll = "3.12" GeoInterface = "1" GeoInterfaceRecipes = "1" julia = "1.6"