From 37191366fea04faffef04c3c41a0d3d2a33b57f3 Mon Sep 17 00:00:00 2001 From: Daniel Runge Date: Fri, 11 Oct 2024 14:06:40 +0200 Subject: [PATCH] updated compat entry for ExtendableGrids to accommodate new extension --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b819deed9..cb5fc94a8 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ CommonSolve = "0.2" DiffResults = "1" DocStringExtensions = "0.8,0.9" ExtendableFEMBase = "0.7.0" -ExtendableGrids = "1.9.2" +ExtendableGrids = "1.10.1" ExtendableSparse = "1.5.1" ForwardDiff = "0.10.35" GridVisualize = "0.5.2,0.6.1,1"