From 57d49002ed9c81eaab0ad37cbd75e80c78f0162c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:31:01 +0100 Subject: [PATCH] CompatHelper: bump compat for Aqua to 0.8 for package test, (keep existing compat) (#66) Co-authored-by: CompatHelper Julia --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index d699460a..3d336b11 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -7,7 +7,7 @@ SummationByPartsOperators = "9f78cca6-572e-554e-b819-917d2f1cf240" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Aqua = "0.7" +Aqua = "0.7, 0.8" OrdinaryDiffEq = "6.49.1" Plots = "1.16" SummationByPartsOperators = "0.5.41"