Skip to content

Commit 2975f7b

Browse files
Merge pull request #69 from ChrisRackauckas-Claude/agent/scimltesting-v2-1-compat
Tighten SciMLTesting compat to v2.1
2 parents 8696f4a + 4d91b26 commit 2975f7b

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, 2.1"
12+
SciMLTesting = "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, 2.1"
19+
SciMLTesting = "2.1"
2020
Test = "1"
2121
julia = "1.10"

0 commit comments

Comments
 (0)