From a53de168c1e015b04225053273d2aa7c26b99bcf Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 31 Mar 2023 00:25:15 +0000 Subject: [PATCH] CompatHelper: bump compat for FillArrays to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 93b95098..f79ea71a 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ ChangesOfVariables = "0.1.3" Compat = "3.35, 4" ConstructionBase = "1.3" DensityInterface = "0.4" -FillArrays = "0.12, 0.13" +FillArrays = "0.12, 0.13, 1" FunctionChains = "0.1" IfElse = "0.1" IntervalSets = "0.7"