From 158e30830ec23023ea6b5494b50b3441b1474cb3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 12 Jun 2025 01:10:42 +0000 Subject: [PATCH] CompatHelper: bump compat for CoordRefSystems to 0.18 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 c1cd51ea..d252c004 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,7 +13,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] Aqua = "0.7, 0.8" -CoordRefSystems = "0.15, 0.16, 0.17" +CoordRefSystems = "0.15, 0.16, 0.17, 0.18" Enzyme = "0.13.19" ExplicitImports = "1.6.0" LinearAlgebra = "1"