From 68f2fbe8adb5018a78a703a52b85e5b4313854d5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 30 May 2022 02:06:09 +0000 Subject: [PATCH] CompatHelper: bump compat for IntervalSets to 0.7, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b874794..5e36fbf 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e" RangeArrays = "b3c3ace0-ae52-54e7-9d0b-2c1406fd6b9d" [compat] -IntervalSets = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6" +IntervalSets = "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7" IterTools = "1" RangeArrays = "0.3" julia = "1"