Skip to content

Commit 45e075b

Browse files
authored
Merge pull request #190 from control-toolbox/189-general-compat
up compat
2 parents 88b0996 + 88735a5 commit 45e075b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ CTBase = "0.16"
3030
DocStringExtensions = "0.9"
3131
Interpolations = "0.16"
3232
JLD2 = "0.5"
33-
JSON3 = "1.14"
33+
JSON3 = "1"
3434
LinearAlgebra = "1"
3535
MLStyle = "0.4"
3636
MacroTools = "0.5"
37-
OrderedCollections = "1.8"
37+
OrderedCollections = "1"
3838
Parameters = "0.12"
39-
Plots = "1.40"
40-
PrettyTables = "2.4"
41-
RecipesBase = "1.3"
39+
Plots = "1"
40+
PrettyTables = "2"
41+
RecipesBase = "1"
4242
julia = "1.10"

docs/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
77
[compat]
88
Documenter = "1"
99
JLD2 = "0.5"
10-
JSON3 = "1.14"
11-
Plots = "1.40"
10+
JSON3 = "1"
11+
Plots = "1"
1212
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ CTParser = "0.6"
1919
JLD2 = "0.5"
2020
JSON3 = "1"
2121
NLPModelsIpopt = "0.10"
22-
Plots = "1.40"
22+
Plots = "1"
2323
Test = "1"
2424
julia = "1.10"

0 commit comments

Comments
 (0)