diff --git a/Project.toml b/Project.toml index 3846956e..52030d1b 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ KernelInterpolationMeshesExt = "Meshes" DiffEqCallbacks = "4" ForwardDiff = "0.10.36, 1" LinearAlgebra = "1" -Meshes = "0.52.1, 0.53, 0.54, 0.55, 0.56, 0.57" +Meshes = "0.52.1, 0.53, 0.54, 0.55, 0.56, 0.57, 0.58" NearestNeighbors = "0.4.23" Printf = "1" Random = "1" diff --git a/docs/Project.toml b/docs/Project.toml index 0b153387..25ee4a69 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -14,6 +14,6 @@ Changelog = "1" Documenter = "1" DocumenterCodeBlocks = "1" LinearAlgebra = "1" -Meshes = "0.52.1, 0.53, 0.54, 0.55, 0.56, 0.57" +Meshes = "0.52.1, 0.53, 0.54, 0.55, 0.56, 0.57, 0.58" Plots = "1.9" QuasiMonteCarlo = "0.3, 0.4" diff --git a/test/Project.toml b/test/Project.toml index b5d14535..b862a2a2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,7 +22,7 @@ Aqua = "0.8.3" ExplicitImports = "1.6" LinearAlgebra = "1" LinearSolve = "3.20, 4, 5" -Meshes = "0.52.1, 0.53, 0.54, 0.55, 0.56, 0.57" +Meshes = "0.52.1, 0.53, 0.54, 0.55, 0.56, 0.57, 0.58" OrdinaryDiffEqNonlinearSolve = "1.6, 2" OrdinaryDiffEqRosenbrock = "1.9, 2" Plots = "1.38.9"