diff --git a/lib/BVProblemLibrary/Project.toml b/lib/BVProblemLibrary/Project.toml index bdeb7b9..9ef676c 100644 --- a/lib/BVProblemLibrary/Project.toml +++ b/lib/BVProblemLibrary/Project.toml @@ -12,9 +12,11 @@ Pkg = "1.10" SafeTestsets = "0.1" SpecialFunctions = "2.3" Test = "1.10" +SciMLTesting = "2.10" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/lib/DAEProblemLibrary/Project.toml b/lib/DAEProblemLibrary/Project.toml index 3194b5e..a293608 100644 --- a/lib/DAEProblemLibrary/Project.toml +++ b/lib/DAEProblemLibrary/Project.toml @@ -10,9 +10,11 @@ DiffEqBase = "7" Pkg = "1.10" SafeTestsets = "0.1" Test = "1.10" +SciMLTesting = "2.10" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/lib/DDEProblemLibrary/Project.toml b/lib/DDEProblemLibrary/Project.toml index 095643e..ca7f34c 100644 --- a/lib/DDEProblemLibrary/Project.toml +++ b/lib/DDEProblemLibrary/Project.toml @@ -10,9 +10,11 @@ DiffEqBase = "7" Pkg = "1.10" SafeTestsets = "0.1" Test = "1.10" +SciMLTesting = "2.10" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/lib/JumpProblemLibrary/Project.toml b/lib/JumpProblemLibrary/Project.toml index 3ec90e7..8f64624 100644 --- a/lib/JumpProblemLibrary/Project.toml +++ b/lib/JumpProblemLibrary/Project.toml @@ -12,9 +12,11 @@ Pkg = "1.10" RuntimeGeneratedFunctions = "0.5" SafeTestsets = "0.1" Test = "1.10" +SciMLTesting = "2.10" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/lib/NonlinearProblemLibrary/Project.toml b/lib/NonlinearProblemLibrary/Project.toml index 5ae750d..60b4fd1 100644 --- a/lib/NonlinearProblemLibrary/Project.toml +++ b/lib/NonlinearProblemLibrary/Project.toml @@ -12,9 +12,11 @@ Pkg = "1.10" SafeTestsets = "0.1" SciMLBase = "3" Test = "1" +SciMLTesting = "2.10" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/lib/ODEProblemLibrary/Project.toml b/lib/ODEProblemLibrary/Project.toml index 3d4694f..511d3ad 100644 --- a/lib/ODEProblemLibrary/Project.toml +++ b/lib/ODEProblemLibrary/Project.toml @@ -14,9 +14,11 @@ Pkg = "1.10" Random = "1.10" SafeTestsets = "0.1" Test = "1.10" +SciMLTesting = "2.10" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/lib/SDEProblemLibrary/Project.toml b/lib/SDEProblemLibrary/Project.toml index adc24aa..2e2474c 100644 --- a/lib/SDEProblemLibrary/Project.toml +++ b/lib/SDEProblemLibrary/Project.toml @@ -14,9 +14,11 @@ RuntimeGeneratedFunctions = "0.5" SafeTestsets = "0.1" SciMLBase = "3" Test = "1.10" +SciMLTesting = "2.10" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"