Skip to content

Commit 8696f4a

Browse files
Merge pull request #68 from ChrisRackauckas-Claude/agent/scimltesting-v2-compat
Allow SciMLTesting v2 in QA compat
2 parents 2b1b1c8 + 7f4e5db commit 8696f4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = ["SciML"]
99
ComponentArrays = "0.15"
1010
Random = "1.10"
1111
SafeTestsets = "0.1"
12-
SciMLTesting = "1.5"
12+
SciMLTesting = "1.5, 2.1"
1313
Test = "1.10"
1414
julia = "1.10"
1515

test/qa/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ FunctionProperties = {path = "../.."}
1616
Aqua = "0.8"
1717
JET = "0.9,0.10,0.11"
1818
SafeTestsets = "0.0.1, 0.1"
19-
SciMLTesting = "1.5"
19+
SciMLTesting = "1.5, 2.1"
2020
Test = "1"
2121
julia = "1.10"

0 commit comments

Comments
 (0)