From eaed2c0f667afdbf953fa30e17a49742551381c8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 23 Oct 2024 01:46:41 +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 afe0dbf..91ab27d 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ ArenaCaesarExt = "Caesar" Aqua = "0.8" Caesar = "0.16" ColorSchemes = "3" -Colors = "0.12" +Colors = "0.12, 0.13" DelimitedFiles = "1" DistributedFactorGraphs = "0.23, 0.24" DocStringExtensions = "0.9"