From a31f1a025a0d3e529a274597b20b514ae5e1f488 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 30 Mar 2022 01:10:48 +0000 Subject: [PATCH] CompatHelper: bump compat for ColorTypes to 0.11, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index eb01a1e..e87ee8e 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" ViscousFlow = "103da179-b3e4-57c1-99a4-586354eb2c5a" [compat] -ColorTypes = "0.10.12" +ColorTypes = "0.10.12, 0.11" IJulia = "1.23" Interpolations = "0.12.10" LaTeXStrings = "1.3.0"