From c6e5247dbb483e0175ab1baf3aceaafd4f8928cd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 23 Oct 2024 01:17:12 +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 f068e58..3369f44 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622" [compat] -Colors = "0.10, 0.11, 0.12" +Colors = "0.10, 0.11, 0.12, 0.13" Graphs = "1.9, 1.10" InteractiveUtils = "1.6" Luxor = "3, 4"