From 435f6c5645dd4c38492c1f438b2f587d375030e6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Oct 2025 01:03:12 +0000 Subject: [PATCH] CompatHelper: bump compat for CoordRefSystems to 0.19 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index f6a8c27d..1c28649e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -14,7 +14,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] Aqua = "0.8" -CoordRefSystems = "0.16, 0.17, 0.18" +CoordRefSystems = "0.16, 0.17, 0.18, 0.19" Enzyme = "0.13.47" ExplicitImports = "1.6.0" LinearAlgebra = "1"