From 4a46b8f81fb594a8af53dbc775d84cc6006fa3e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 01:09:24 +0000 Subject: [PATCH] CompatHelper: bump compat for "ColorTypes" to "0.11" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e71f175..6f0163c 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] ArnoldiMethod = "0.0.4, 0.1" -ColorTypes = "0.9, 0.10" +ColorTypes = "0.9, 0.10, 0.11" Colors = "0.11, 0.12" Compose = "0.8, 0.9" LightGraphs = "1.1"