From 454112509724e56d70a3c7e2db6c7ad0631e85f4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 10 Nov 2024 00:32:24 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Colors at version 0.13, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 82a1045..6634ad9 100644 --- a/Project.toml +++ b/Project.toml @@ -33,6 +33,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] BenchmarkTools = "1" +Colors = "0.13" FLOWMath = "0.4" FastGaussQuadrature = "1" FiniteDiff = "2"