From 6e3bc0fbc1a2282f98cca2b3999bf1c2f27df075 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 30 Jan 2025 00:53:16 +0000 Subject: [PATCH] CompatHelper: bump compat for ContinuumArrays to 0.19, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 162cbb1..c29bbd8 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" BandedMatrices = "0.17, 1" BlockArrays = "0.16.6" ClassicalOrthogonalPolynomials = "0.8, 0.9, 0.10, 0.11" -ContinuumArrays = "0.12, 0.13" +ContinuumArrays = "0.12, 0.13, 0.19" DomainSets = "0.5, 0.6, 0.7" FastTransformsForwardDiff = "0.0.2" FillArrays = "1"