From 9a787ba2059cbd908914cbb59365a826b2ed6dd0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 12 Jul 2022 00:05:21 +0000 Subject: [PATCH] CompatHelper: bump compat for Interpolations to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3b173d7..31b600c 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ Crayons = "4" FiniteDiff = "2" Formatting = "0.4" ForwardDiff = "0.10" -Interpolations = "0.12,0.13" +Interpolations = "0.12,0.13, 0.14" Octavian = "0.3" RobotDynamics = "0.4" RobotZoo = "0.3"