From ac70f252e0bce9230e0913ece22f37e69c2f56f5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 25 Aug 2023 00:24:39 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Roots at version 2 for package IntervalNonlinearProblem, (keep existing compat) --- benchmarks/IntervalNonlinearProblem/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/IntervalNonlinearProblem/Project.toml b/benchmarks/IntervalNonlinearProblem/Project.toml index f4cd460bd..8f93de682 100644 --- a/benchmarks/IntervalNonlinearProblem/Project.toml +++ b/benchmarks/IntervalNonlinearProblem/Project.toml @@ -7,4 +7,5 @@ SciMLBenchmarks = "31c91b34-3c75-11e9-0341-95557aab0344" [compat] Plots = "1.13" +Roots = "2" SciMLBenchmarks = "0.1"