From 9324e759499df3812bb1e8516fdf232428051443 Mon Sep 17 00:00:00 2001 From: Maarten Pronk Date: Thu, 19 Oct 2023 22:28:50 +0200 Subject: [PATCH] Compat with latest GeoFormatTypes. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e08e56d4..1cbfe96d 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ ColorTypes = "0.10, 0.11" DiskArrays = "0.3" Extents = "0.1" GDAL = "1.5.1" -GeoFormatTypes = "0.3, 0.4" +GeoFormatTypes = "0.4.2" GeoInterface = "1" GeoInterfaceRecipes = "1.0" ImageCore = "0.8, 0.9, 0.10"