diff --git a/Project.toml b/Project.toml index 808e47cea..e9b236a2b 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ FastBroadcast = "0.3.5" LinearAlgebra = "1" LinearSolve = "3.7.1" MuladdMacro = "0.2.4" -OrdinaryDiffEqCore = "1.16" +OrdinaryDiffEqCore = "1.21" RecipesBase = "1.3.4" Reexport = "1.2.2" SciMLBase = "2.78" diff --git a/test/Project.toml b/test/Project.toml index 7a9ef3ff2..2ce7079d1 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,15 +20,15 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] -ADTypes = "1.12" +ADTypes = "1.14" Aqua = "0.8" DoubleFloats = "1.4.3" ExplicitImports = "1.0.1" LinearAlgebra = "1" LinearSolve = "3.7.1" OrdinaryDiffEqLowOrderRK = "1.2" -OrdinaryDiffEqRosenbrock = "1.5" -OrdinaryDiffEqSDIRK = "1.2" +OrdinaryDiffEqRosenbrock = "1.9" +OrdinaryDiffEqSDIRK = "1.3" OrdinaryDiffEqTsit5 = "1.1" OrdinaryDiffEqVerner = "1.1" Plots = "1.25.11"