From e813dd12fca2be076e1976f77cde71155792bb91 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 02:52:44 -0300 Subject: [PATCH] CompatHelper: bump compat for CairoMakie to 0.12, (drop existing compat) (#135) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e43bcb66..5bd6f6e7 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ AlgebraOfGraphics = "0.6" BenchmarkTools = "1" Bijectors = "0.13" CSV = "0.10" -CairoMakie = "0.11" +CairoMakie = "0.12" CategoricalArrays = "0.10" Chain = "0.6" Colors = "0.12"