From a237bc01cdeef8c1c8b7ebc16969caac0113daa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 04:41:11 -0500 Subject: [PATCH] CompatHelper: bump compat for IntervalSets to 0.6, (keep existing compat) (#201) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c6b1d62..b427975 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ FlameGraphs = "0.2.10" Graphics = "0.4, 1" Gtk = "1.2" GtkObservables = "1" -IntervalSets = "0.2, 0.3, 0.4, 0.5" +IntervalSets = "0.2, 0.3, 0.4, 0.5, 0.6" MethodAnalysis = "0.4" Preferences = "1.2" julia = "1.6"