From f7abe80df566681ab729526651e9a3486e3d4b59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:04:46 +0200 Subject: [PATCH] CompatHelper: bump compat for Colors to 0.13, (keep existing compat) (#4509) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 92538749fb0..ac3a5b2fa53 100644 --- a/Project.toml +++ b/Project.toml @@ -70,7 +70,7 @@ CRC32c = "1.0, 1.6" ColorBrewer = "0.4" ColorSchemes = "3.5" ColorTypes = "0.8, 0.9, 0.10, 0.11, 0.12" -Colors = "0.9, 0.10, 0.11, 0.12" +Colors = "0.9, 0.10, 0.11, 0.12, 0.13" Contour = "0.5, 0.6" DelaunayTriangulation = "1.0" Distributions = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"