From 9f6dc9f0405b5d828812ab03bf695f39253076a2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 12 Apr 2026 01:02:48 +0000 Subject: [PATCH] CompatHelper: bump compat for OptimalControl to 2 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 4f44ffa5..77165842 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -23,7 +23,7 @@ JuMP = "1" MadNLPMumps = "0.5" NLPModels = "0.21" NLPModelsIpopt = "0.11" -OptimalControl = "1.1" +OptimalControl = "1.1, 2" Plots = "1" Printf = "1" Test = "1"