From f332a5a995b39468e75e9397aa4cea5517bc45fe Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 26 Sep 2023 01:07:19 +0000 Subject: [PATCH] CompatHelper: bump compat for AlgebraicMultigrid to 0.6, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8e5bb9fe..4069b4e2 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" [compat] -AlgebraicMultigrid = "0.2, 0.3, 0.4, 0.5" +AlgebraicMultigrid = "0.2, 0.3, 0.4, 0.5, 0.6" DataStructures = "0.17, 0.18" DelimitedFiles = "1" EzXML = "0.8, 0.9, 1.1"