From f16a0dcd5da1f41cef03a70d394dea862111926f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Caillau Date: Mon, 24 Jun 2024 00:22:35 +0200 Subject: [PATCH] Update Project.toml Going to CTBase v0.10 and CTDirect v0.7 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1516ea8d..919bb846 100644 --- a/Project.toml +++ b/Project.toml @@ -11,8 +11,8 @@ CTProblems = "45d9ea3f-a92f-411f-833f-222dd4fb9cd8" DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" [compat] -CTBase = "0.9" -CTDirect = "0.6" +CTBase = "0.10" +CTDirect = "0.7" CTFlows = "0.3" CTProblems = "0.5" julia = "1.8"