From 15fb2fb426aad7551995a6113f98fd8c929d406e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 27 Apr 2026 02:42:00 +0000 Subject: [PATCH] CompatHelper: bump compat for OrdinaryDiffEqStabilizedRK to 2 for package test, (keep existing compat) --- test/Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index d9cfc69117a..20d0b41de4a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -1,6 +1,6 @@ [deps] -Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" +Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" @@ -43,8 +43,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TrixiTest = "0a316866-cbd0-4425-8bcb-08103b2c1f26" [compat] -Accessors = "0.1.42" ADTypes = "1.16" +Accessors = "0.1.42" Adapt = "4.3" Aqua = "0.8" CUDA = "5.8.2" @@ -71,7 +71,7 @@ OrdinaryDiffEqLowOrderRK = "1.10" OrdinaryDiffEqLowStorageRK = "1.11" OrdinaryDiffEqSDIRK = "1.12" OrdinaryDiffEqSSPRK = "1.11" -OrdinaryDiffEqStabilizedRK = "1.8" +OrdinaryDiffEqStabilizedRK = "1.8, 2" OrdinaryDiffEqTsit5 = "1.9" Plots = "1.38.13" Printf = "1"