Skip to content

Commit 3d1f082

Browse files
authored
Merge pull request #46 from control-toolbox/24-dev-update-compat-ctbase-v016
up ctbase and ctmodel
2 parents f3d2641 + f138ca9 commit 3d1f082

3 files changed

Lines changed: 212 additions & 213 deletions

File tree

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
1212
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
1313

1414
[compat]
15-
CTBase = "0.15"
15+
CTBase = "0.16"
1616
DocStringExtensions = "0.9"
1717
MLStyle = "0.4"
1818
OrderedCollections = "1.8"
1919
Parameters = "0.12"
20+
Unicode = "1"
2021
julia = "1.10"

test/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
66

77
[compat]
88
Aqua = "0.8"
9+
CTBase = "0.16"
10+
CTModels = "0.3"
11+
Test = "1"

0 commit comments

Comments
 (0)