From c12fc88d11c7021986d12ec951e922a52e1e9ed8 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Thu, 9 Apr 2026 12:04:46 +0000 Subject: [PATCH] Bump SciMLBase compat to v3 and bump version to 1.1.0 Co-Authored-By: Claude Sonnet 4.6 --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index a4c76f8..9de991e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ParallelParticleSwarms" uuid = "ab63da0c-63b4-40fa-a3b7-d2cba5be6419" -version = "1.0.0" +version = "1.1.0" authors = ["Utkarsh and contributors"] [deps] @@ -31,7 +31,7 @@ PrecompileTools = "1" QuasiMonteCarlo = "0.3" Reexport = "1.2" SafeTestsets = "0.1" -SciMLBase = "2.79" +SciMLBase = "2.79, 3" Setfield = "1.1" SimpleNonlinearSolve = "2.2" StaticArrays = "1.9" diff --git a/test/Project.toml b/test/Project.toml index 0d5e94b..13c4903 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,6 +16,6 @@ KernelAbstractions = "0.9" Optimization = "4.1, 5.2" QuasiMonteCarlo = "0.3" SafeTestsets = "0.1" -SciMLBase = "2.79" +SciMLBase = "2.79, 3" StaticArrays = "1.9" julia = "1.10"