From 75dbfa0006c89a862ca8fae62cf32857cf239ed4 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 23 Oct 2024 01:45:55 +0000 Subject: [PATCH] CompatHelper: bump compat for Colors to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 45610f158..7977b6dde 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] Accessors = "0.1" -Colors = "0.12" +Colors = "0.12, 0.13" Dictionaries = "0.3, 0.4" FileIO = "1.1" GLM = "1.7"