From d6a95045944fae9362c944432e8529cb60fe1716 Mon Sep 17 00:00:00 2001 From: schillic Date: Thu, 28 Nov 2024 07:58:23 +0100 Subject: [PATCH] bump ReachabilityAnalysis to v0.27 --- Project.toml | 2 +- docs/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 56091805..79f8df35 100644 --- a/Project.toml +++ b/Project.toml @@ -9,7 +9,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -ReachabilityAnalysis = "0.18.6 - 0.26" +ReachabilityAnalysis = "0.18.6 - 0.27" ReachabilityBase = "0.2.3 - 0.3" Reexport = "1" SparseArrays = "<0.0.1, 1.6" diff --git a/docs/Project.toml b/docs/Project.toml index d0b96627..212abb84 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -14,5 +14,5 @@ Literate = "2" MAT = "0.10" ModelingToolkit = "8, 9" Plots = "1" -ReachabilityAnalysis = "0.22 - 0.26" +ReachabilityAnalysis = "0.22 - 0.27" ReachabilityBase = "0.2.3 - 0.3"