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"