From bbb067abdb8d83442026eb7258daf2ef1975a27f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 26 Oct 2024 04:08:17 +0000 Subject: [PATCH] CompatHelper: bump compat for Colors to 0.13, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7e525e0c..3208a5f1 100644 --- a/Project.toml +++ b/Project.toml @@ -40,7 +40,7 @@ CSV = "0.10" CairoMakie = "0.12" CategoricalArrays = "0.10" ColorSchemes = "3" -Colors = "0.12" +Colors = "0.13" DataFrames = "1.1" DataFramesMeta = "0.15" Distributions = "0.25"