From 7c57c12ede79f1737c0680506a4dcb7792076e98 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 18 Feb 2024 19:11:13 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for SafeTestsets to 0.1, (keep existing compat) --- Project.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 4ed6fd58..e6bd2e83 100644 --- a/Project.toml +++ b/Project.toml @@ -16,13 +16,12 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] -SafeTestsets = "0.0.1" +EarthSciMLBase = "0.6" +ModelingToolkit = "8" +SafeTestsets = "0.0.1, 0.1" StaticArrays = "1" Unitful = "1" julia = "1" -EarthSciMLBase = "0.6" -ModelingToolkit = "8" - [extras] SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" From 67e88f379bf984e4bc76966a9bb42410ad363271 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 18 Feb 2024 19:11:16 +0000 Subject: [PATCH 2/2] CompatHelper: add new compat entry for DifferentialEquations at version 7, (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 4ed6fd58..9bd04477 100644 --- a/Project.toml +++ b/Project.toml @@ -16,13 +16,13 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] +DifferentialEquations = "7" +EarthSciMLBase = "0.6" +ModelingToolkit = "8" SafeTestsets = "0.0.1" StaticArrays = "1" Unitful = "1" julia = "1" -EarthSciMLBase = "0.6" -ModelingToolkit = "8" - [extras] SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"