From 88f6c488ffe2c5fc761becb55423cdbcfe63e262 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 9 Apr 2026 02:34:38 +0000 Subject: [PATCH] CompatHelper: bump compat for SciMLBase to 3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 029636424e..1ba0a44776 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TrixiParticles" uuid = "66699cd8-9c01-4e9d-a059-b96c86d16b3a" -authors = ["erik.faulhaber <44124897+efaulhaber@users.noreply.github.com>"] version = "0.4.2-dev" +authors = ["erik.faulhaber <44124897+efaulhaber@users.noreply.github.com>"] [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -60,7 +60,7 @@ Polyester = "0.7.10" ReadVTK = "0.2" RecipesBase = "1" Reexport = "1" -SciMLBase = "2" +SciMLBase = "2, 3" StaticArrays = "1" Statistics = "1" StrideArraysCore = "0.5.7"