Skip to content

Commit

Permalink
CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep exist…
Browse files Browse the repository at this point in the history
…ing compat) (JuliaIntervals#66)

* CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep existing compat)

* Update Project.toml

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: lucaferranti <49938764+lucaferranti@users.noreply.github.com>
  • Loading branch information
3 people authored and Suavesito-Olimpiada committed Jan 18, 2022
1 parent 7d8e45e commit 82ff96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name = "IntervalOptimisation"
uuid = "c7c68f13-a4a2-5b9a-b424-07d005f8d9d2"
version = "0.4.4"
version = "0.4.5"

[deps]
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"

[compat]
IntervalArithmetic = "0.15, 0.16, 0.17, 0.18, 0.19"
IntervalArithmetic = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20"
julia = "1.0"

[extras]
Expand Down

0 comments on commit 82ff96e

Please sign in to comment.