Skip to content

Commit 41002ac

Browse files
committed
Update OptimalControl dependency to version 1.1
- Update OptimalControl version from 1 to 1.1 in main Project.toml - Update OptimalControl version from 1 to 1.1 in test Project.toml - Ensures compatibility with latest OptimalControl package features
1 parent 6faccad commit 41002ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CTModels = "0.6"
2929
DocStringExtensions = "0.9"
3030
ExaModels = "0.9"
3131
JuMP = "1"
32-
OptimalControl = "1"
32+
OptimalControl = "1.1"
3333
OrderedCollections = "1"
3434
SolverCore = "0.3"
3535
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ JuMP = "1"
2323
MadNLPMumps = "0.5"
2424
NLPModels = "0.21"
2525
NLPModelsIpopt = "0.11"
26-
OptimalControl = "1"
26+
OptimalControl = "1.1"
2727
Plots = "1"
2828
Printf = "1"
2929
Test = "1"

0 commit comments

Comments
 (0)