From 494221fb2983f86dd03ba208497fff79592fc33a Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Sat, 14 Dec 2024 11:25:44 +0530 Subject: [PATCH] build: bump SciMLBase compat in NonlinearSolveBase --- lib/NonlinearSolveBase/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NonlinearSolveBase/Project.toml b/lib/NonlinearSolveBase/Project.toml index 2f5404dc7..cc60c308e 100644 --- a/lib/NonlinearSolveBase/Project.toml +++ b/lib/NonlinearSolveBase/Project.toml @@ -68,7 +68,7 @@ MaybeInplace = "0.1.4" Preferences = "1.4" Printf = "1.10" RecursiveArrayTools = "3" -SciMLBase = "2.58" +SciMLBase = "2.68.1" SciMLJacobianOperators = "0.1.1" SciMLOperators = "0.3.10" SparseArrays = "1.10"