From b63b1741034153d402b0f69ece0b428750375d17 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Mar 2023 20:14:21 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Observables at version 0.5, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 77c0bd5..9047961 100644 --- a/Project.toml +++ b/Project.toml @@ -26,6 +26,7 @@ Makie = "0.15, 0.16, 0.17, 0.18, 0.19" MeshViz = "0.4, 0.5, 0.6, 0.7" Meshes = "0.26, 0.27, 0.28" MultiScaleTreeGraph = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9" +Observables = "0.5" RecipesBase = "1" StaticArrays = "1" julia = "1.6"