From aa132bd0b70743385bcf842178e924b927ec1a10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:05:27 +0200 Subject: [PATCH] CompatHelper: bump compat for ColorTypes to 0.12, (keep existing compat) (#418) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5664461869..6922b3589d 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ ManoptRipQPQuadraticModelsExt = ["RipQP", "QuadraticModels"] [compat] Aqua = "0.8" ColorSchemes = "3.5.0" -ColorTypes = "0.9.1, 0.10, 0.11" +ColorTypes = "0.9.1, 0.10, 0.11, 0.12" Colors = "0.11.2, 0.12" DataStructures = "0.17, 0.18" Dates = "1.6"