From 8b6ff3bdba140eb4e18578e54cec441e19d2a261 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 07:18:00 +0100 Subject: [PATCH] bump lower compat bound of SummationByPartsOperators.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index be919ef14f..3e7c970869 100644 --- a/Project.toml +++ b/Project.toml @@ -83,7 +83,7 @@ StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.24" StructArrays = "0.6" -SummationByPartsOperators = "0.5.41" +SummationByPartsOperators = "0.5.50" T8code = "0.4.3" TimerOutputs = "0.5.7" Triangulate = "2.2"