From a905086d5499bfef1e993ff4810a1958e0f73159 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 27 Jan 2025 19:33:56 +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 d8d78d2..f07ec4a 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" [compat] ColorSchemes = "3" -Colors = "0.12" +Colors = "0.12, 0.13" CommonRLInterface = "0.3.1" Compose = "0.9" D3Trees = "0.3"