From cddb1e3b097d51c878490b0c0621b6ceaac2cd83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:30:13 +0000 Subject: [PATCH] CompatHelper: bump compat for "OrderedCollections" to "1.7" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c65810ad..134705be 100644 --- a/Project.toml +++ b/Project.toml @@ -74,7 +74,7 @@ Missings = "0.4" ModelConstructors = "^0.2.4" Nullables = "^0.0.8, 1" Optim = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, ^1.2.1" -OrderedCollections = "~1.1, ~1.2, =1.3.1, =1.3.2" +OrderedCollections = "~1.1, ~1.2, =1.3.1, =1.3.2, 1.7" PackageCompiler = "^0.6.4, 1.0, 1.1, 1.2" Plots = "0.19, 0.20, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, ~1.1, ~1.2, ~1.3, ~1.4, ~1.5, ~1.6, ~1.7, ~1.8, ~1.9, ~1.10, 1.14, 1.15" RecipesBase = "0.5, 0.7, 0.8, 1.0"