From 4b1938d755f93aad2c5f7da48c86484a9599d1ad Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sun, 12 Jul 2026 23:37:48 -0400 Subject: [PATCH] Use SciMLTesting 2.2 for QA Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- test/qa/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 2ac842b..9f457f4 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ ReverseDiff = "1.15.3" SafeTestsets = "0.1, 1" SciMLBase = "2.54.0, 3.0" SciMLJacobianOperators = "0.1" -SciMLTesting = "2.1" +SciMLTesting = "2.2" StaticArraysCore = "1.4" Test = "1.10" Tracker = "0.2.35" diff --git a/test/qa/Project.toml b/test/qa/Project.toml index 893b3ec..0ef04b8 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -6,5 +6,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8" -SciMLTesting = "2.1" +SciMLTesting = "2.2" Test = "1.10"