From efc94f572a4d9304f8994ec430bf3973253f8acb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 25 Aug 2023 00:24:52 +0000 Subject: [PATCH] CompatHelper: add new compat entry for BenchmarkTools at version 1 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..b3336e8b4 100644 --- a/benchmarks/IntervalNonlinearProblem/Project.toml +++ b/benchmarks/IntervalNonlinearProblem/Project.toml @@ -6,5 +6,6 @@ Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" SciMLBenchmarks = "31c91b34-3c75-11e9-0341-95557aab0344" [compat] +BenchmarkTools = "1" Plots = "1.13" SciMLBenchmarks = "0.1"