Skip to content

Commit e2171cd

Browse files
github-actions[bot]CompatHelper Julialucaferranti
authored
CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep existing compat) (#202)
* CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep existing compat) * Update Project.toml Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: lucaferranti <[email protected]>
1 parent 1a208ef commit e2171cd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Project.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
name = "IntervalConstraintProgramming"
22
uuid = "138f1668-1576-5ad7-91b9-7425abbf3153"
3-
version = "0.12.3"
4-
5-
[compat]
6-
IntervalArithmetic = "0.16, 0.17, 0.18"
7-
IntervalContractors = "0.4"
8-
IntervalRootFinding = "0.5"
9-
MacroTools = "0.4, 0.5"
10-
ModelingToolkit = "3"
11-
julia = "1.3, 1.4"
3+
version = "0.12.4"
124

135
[deps]
146
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
@@ -17,6 +9,14 @@ IntervalRootFinding = "d2bf35a9-74e0-55ec-b149-d360ff49b807"
179
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
1810
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
1911

12+
[compat]
13+
IntervalArithmetic = "0.16, 0.17, 0.18, 0.19, 0.20"
14+
IntervalContractors = "0.4"
15+
IntervalRootFinding = "0.5"
16+
MacroTools = "0.4, 0.5"
17+
ModelingToolkit = "3"
18+
julia = "1.3, 1.4"
19+
2020
[extras]
2121
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
2222
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)