From d9ce88c0637f1770db90804665fd41f2f1c562c8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 3 Mar 2026 00:30:39 +0000 Subject: [PATCH] CompatHelper: bump compat for CTBase to 0.18, (drop existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a4881502..94e8b0d8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OptimalControl" uuid = "5f98b655-cc9a-415a-b60e-744165666948" -authors = ["Olivier Cots "] version = "1.1.6" +authors = ["Olivier Cots "] [deps] ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a" @@ -17,7 +17,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" [compat] ADNLPModels = "0.8" -CTBase = "0.16" +CTBase = "0.18" CTDirect = "0.17" CTFlows = "0.8" CTModels = "0.6"