From 6b430edb9631eeea5293be61e27f598cd19b9ed2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 6 Dec 2024 01:26:51 +0000 Subject: [PATCH] CompatHelper: bump compat for ParallelStencil to 0.14 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 019ed2ec..05e1fe40 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -24,7 +24,7 @@ CellArrays = "0.2" GeoParams = "0.6.7" JustPIC = "0.5.3" MPI = "0.20" -ParallelStencil = "0.11, 0.12, 0.13" +ParallelStencil = "0.11, 0.12, 0.13, 0.14" SpecialFunctions = "2" StaticArrays = "1" Statistics = "1"