From 1be2469563c524c7e0337a2c61ee7c47a2e2f222 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Jan 2023 01:23:33 +0000 Subject: [PATCH] CompatHelper: bump compat for DomainSets 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 3548bb7499..7cbbf4ab30 100644 --- a/Project.toml +++ b/Project.toml @@ -57,7 +57,7 @@ DiffEqCallbacks = "2.16" DiffRules = "0.1, 1.0" Distributions = "0.23, 0.24, 0.25" DocStringExtensions = "0.7, 0.8, 0.9" -DomainSets = "0.5" +DomainSets = "0.5, 0.6" ForwardDiff = "0.10.3" FunctionWrappersWrappers = "0.1" Graphs = "1.5.2"