From e68190cfb3bd7aeda2db09b4cdeaa53fc7596460 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 18 May 2024 01:03:14 +0000 Subject: [PATCH] CompatHelper: bump compat for GeoParams to 0.6, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c570e6d..506b1ba 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ PlotsExt = "Plots" CairoMakie = "0.11" DelimitedFiles = "1" DocStringExtensions = "0.9" -GeoParams = "0.4, 0.5" +GeoParams = "0.4, 0.5, 0.6" GeophysicalModelGenerator = "0.7" Glob = "1" LightXML = "0.9" @@ -39,8 +39,8 @@ julia = "1.9" [extras] CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["Test", "CairoMakie", "Plots"]